정답 개수:
87
틀린 개수:
4
실행 실패 개수:
9
7 39 49 32 16 41 48 24
176
177
9 25 44 24 20 20 9 25 46 34
180
189
10 13 9 0 33 34 17 3 19 15 5
116
123
1 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> print(max(max(DP[n-1]), max(DP[n-2]), max(DP[n-3]))) ~~^^^^^ IndexError: list index out of range
5
1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> print(max(max(DP[n-1]), max(DP[n-2]), max(DP[n-3]))) ~~^^^^^ IndexError: list index out of range
2
1 28
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> print(max(max(DP[n-1]), max(DP[n-2]), max(DP[n-3]))) ~~^^^^^ IndexError: list index out of range
28