Skip to content

Commit 8ad8e91

Browse files
authored
Update notice.md
1 parent 8888d25 commit 8ad8e91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

notice.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@
1212

1313
* 문제의 조건에서 N개의 정수와 M개의 정수 모두 크기는 1보다 크고 1,000,000이하입니다.
1414
* '계수 정렬'을 이용한 답안에서 array 리스트의 크기는 1,000,001입니다.
15+
16+
#### (298p) '팀 결성' 문제의 입력 조건 오류
17+
18+
* N과 M의 입력 범위는 (1 ≤ N, M ≤ 100,000)입니다.

0 commit comments

Comments
 (0)