정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 459
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> answer[1][0] = answer[0][0] + ans[1][0] IndexError: list index out of range
459
5 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> answer[i][j] = max( answer[i-1][j-1] + ans[i][j] , answer[i-1][j] + ans[i][j] ) IndexError: list index out of range
30
5 5914 1805 5858 8311 9147 6828 3841 358 2162 2234 412 1649 537 6618 7081
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> answer[i][j] = max( answer[i-1][j-1] + ans[i][j] , answer[i-1][j] + ans[i][j] ) IndexError: list index out of range
29699