정답 개수:
87
틀린 개수:
0
실행 실패 개수:
13
3 6 4 3 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> print(max(result)) ValueError: max() arg is an empty sequence
2
3 6 10 6 11
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> print(max(result)) ValueError: max() arg is an empty sequence
3
5 7 4 5 7 9 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> print(max(result)) ValueError: max() arg is an empty sequence
1