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