Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#77
🌟 문제의 제목과 출처를 작성해주세요.
🕰 문제를 푸는 데 걸린 시간은 어떠했나요?
✨ 풀이 과정에 대해서 설명해봅시다.
💥 문제의 핵심 알고리즘
조합 / 스택 / 큐
🔥 상세 풀이 과정
시소 짝꿍
3-1. 몸무게가 같은 경우는 n개 중에서 2개를 고르는 것이므로 nC2로 계산합니다.
3-2. 몸무게가 다른 경우는 n * m으로 계산합니다.
택배 상자
💎 배운 점, 그리고 제대로 숙지하지 못했던 점
🌙 배운 점
💧 제대로 숙지하지 못했던 점