정답 개수:
43
틀린 개수:
0
실행 실패 개수:
57
2 3 12 12
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> print(max(count_list)) ~~~^^^^^^^^^^^^ ValueError: max() iterable argument is empty
6
2 5 15 15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> print(max(count_list)) ~~~^^^^^^^^^^^^ ValueError: max() iterable argument is empty
5
2 8 15 16
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> print(max(count_list)) ~~~^^^^^^^^^^^^ ValueError: max() iterable argument is empty
3