정답 개수:
7
틀린 개수:
50
실행 실패 개수:
23
2 6 0 0 1 0 0 1 0 0 0 2 1 0
-1 -1 -1 -1 -1 -1 -1 -1 -1 0 -1 -1
0 0 -1 0 0 -1 0 0 0 0 1 0
2 6 0 1 1 0 0 1 0 1 0 1 2 0
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 -1
0 -1 -1 0 0 -1 0 -1 0 1 0 0
5 2 2 0 1 0 0 0 0 0 1 1
0 0 1 0 -1 -1 -1 -1 -1 -1
0 0 1 0 0 0 0 0 -1 -1
4 2 0 0 1 1 1 2 1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> if 0 <= nx < m and 0 <= ny < n and not visited[nx][ny] and maps[nx][ny] == 1: ~~~~~~~~~~~^^^^ IndexError: list index out of range
0 0 2 1 1 0 2 0
2 6 1 2 1 0 0 0 1 0 1 1 0 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> if 0 <= nx < m and 0 <= ny < n and not visited[nx][ny] and maps[nx][ny] == 1: ~~~~~~~^^^^ IndexError: list index out of range
1 0 1 0 0 0 2 0 2 3 0 -1
2 7 2 0 1 0 0 0 1 1 1 0 0 1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> if 0 <= nx < m and 0 <= ny < n and not visited[nx][ny] and maps[nx][ny] == 1: ~~~~~~~^^^^ IndexError: list index out of range
0 0 -1 0 0 0 -1 1 2 0 0 -1 -1 -1