정답 개수:
42
틀린 개수:
7
실행 실패 개수:
51
4 2 1 0 0
-1
1
8 2 1 0 0
-1
1
23 7 1 0 0 0 0 0 0 0
-1
6
22 3 2 0 1 1 1 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> if graph[nx][ny] == 0 and dist[zp+1][nx][ny] == -1: ~~~~~^^^^ IndexError: list index out of range
1
0 9 1 0 1 0 1 0 0 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> if dist[zp][nx][ny] == -1 and graph[nx][ny] == 0: ~~~~~~~~^^^^ IndexError: list index out of range
-1
5 2 6 0 1 1 1 1 0 1 1 1 1 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> if graph[nx][ny] == 0 and dist[zp+1][nx][ny] == -1: ~~~~~~~~~^^^^ IndexError: list index out of range
-1