정답 개수:
0
틀린 개수:
0
실행 실패 개수:
7
1 5 3 6 0 2 1 2 2 2 3 2 4 2 4 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 22, in <module> if (g == 0 and graph[s + directions[0]][f] == 1): IndexError: list index out of range
2
1 2 9 13 0 1 1 2 0 4 1 5 1 1 0 3 1 4 0 6 0 2 0 5 1 0 1 6 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 25, in <module> elif (g == 1 and graph[s][f + directions[0]] == 1): IndexError: list index out of range
1
2 4 9 4 0 2 2 4 2 6 2 8 7 10 8 0 4 0 0 4 6 0 6 2 6 4 8 2 2 0 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 25, in <module> elif (g == 1 and graph[s][f + directions[0]] == 1): IndexError: list index out of range
4 8