정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 4 8 3 1 7 2 6 2 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 24, in <module> if Map[i][j] == 1 and visited[i][j] == False: IndexError: list index out of range
1
1 8 3 5 1 2 6 1 6 0 1 0 3 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 24, in <module> if Map[i][j] == 1 and visited[i][j] == False: IndexError: list index out of range
4
1 5 3 6 0 2 1 2 2 2 3 2 4 2 4 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 24, in <module> if Map[i][j] == 1 and visited[i][j] == False: IndexError: list index out of range
2