정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 -7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, in <module> many(lst) ~~~~^^^^^ File "Main.py", line 12, in many return count.index(max(count)) ^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'index'
-7 -7 -7 0
5 5 -1 4 8 -9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, 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
5 100 1 1 2 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, 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