정답 개수:
36
틀린 개수:
35
실행 실패 개수:
29
1 2 00
-1
2
1 3 010
-1
3
1 3 000
-1
3
2 1 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> if graph[nx][ny] == 0 and visited[zp][nx][nx] == -1: ~~~~~~~~~~~~~~~^^^^ IndexError: list index out of range
2
3 1 0 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> if graph[nx][ny] == 0 and visited[zp][nx][nx] == -1: ~~~~~~~~~~~~~~~^^^^ IndexError: list index out of range
3
3 1 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> if graph[nx][ny] == 0 and visited[zp][nx][nx] == -1: ~~~~~~~~~~~~~~~^^^^ IndexError: list index out of range
3