정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 -9 -2 -3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> many(lst) ~~~~^^^^^ File "Main.py", line 5, in many num_list[i] += 1 ~~~~~~~~^^^ IndexError: list index out of range
-5 -3 -3 7
5 5 -1 4 8 -9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> many(lst) ~~~~^^^^^ File "Main.py", line 12, in many return count.index(max(count)) ^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'index'
1 4 -1 17
5 100 1 1 2 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> many(lst) ~~~~^^^^^ File "Main.py", line 10, in many return count.index(max(count)) ^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'index'
21 2 2 99