정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 37
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[2] = data[0] + data[1] IndexError: list index out of range
37
1 86
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[2] = data[0] + data[1] IndexError: list index out of range
86
5 7 17 17 5 13
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> dp[n] = max(dp[n-3] + data[n-1] + data[n], dp[n-2] + data[n]) IndexError: list index out of range
47