정답 개수:
0
틀린 개수:
5
실행 실패 개수:
5
2 1 1 2
2
1 2
Unexpected end of file - int32 expected
3 2 1 2 1 3
2
1 2 3
Unexpected end of file - int32 expected
2 2 2 1 2 2 2 1
2
0
Unexpected end of file - int32 expected
7 1 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> d[step][a[step]][j] = min(d[step][a[step]][j],d[step-1][i][j] + f(i,a[step])) ~~~~~~~^^^^^^^^^ IndexError: list index out of range
1 2 3 4 5 6 7
6 6 3 2 6 3 1 5 2 5 3 1 5 1 1 1 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> d[step][a[step]][j] = min(d[step][a[step]][j],d[step-1][i][j] + f(i,a[step])) ~~~~~~~^^^^^^^^^ IndexError: list index out of range
1 2 4 5 6 3
10 4 5 1 9 8 10 5 5 5 10 8 9 1 1 6 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 25, in <module> d[step][a[step]][j] = min(d[step][a[step]][j],d[step-1][i][j] + f(i,a[step])) ~~~~~~~^^^^^^^^^ IndexError: list index out of range
0