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