정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 2 4 1 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> dp[i][0] = max(dp[i-2][0], dp[i-2][1]) + steps[i-1] IndexError: list index out of range
14
5 9 3 5 6 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> dp[i][0] = max(dp[i-2][0], dp[i-2][1]) + steps[i-1] IndexError: list index out of range
19
8 1 5 3 3 6 4 7 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> dp[i][0] = max(dp[i-2][0], dp[i-2][1]) + steps[i-1] IndexError: list index out of range
24