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