정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
5 1 0 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
5
2 5 00010 11110
런타임 에러 (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
6
6 2 00 00 00 10 00 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
7