정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
5 6 1 3 3 4 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 49, in <module> print(' '.join(map(str, cntArr.sort()))) ~~~^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable
1 29
9 8 1 2 3 6 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 49, in <module> print(' '.join(map(str, cntArr.sort()))) ~~~^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable
1 60
9 10 1 8 6 9 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 49, in <module> print(' '.join(map(str, cntArr.sort()))) ~~~^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable
1 88