정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 9
런타임 에러 (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
9 9 9 0
1 7
런타임 에러 (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
7 7 7 0
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 10, in many return count.index(max(count)) ^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'index'
1 4 -1 17