정답 개수:
11
틀린 개수:
61
실행 실패 개수:
28
3 3 2 1 0 0 0 0 0 1 0
0 1 0 0 0 0 0 0 0
0 1 0 0 0 0 0 -1 0
3 4 0 0 1 0 1 0 2 0 0 0 0 0
0 0 1 0 0 0 0 0 0 0 0 0
0 0 1 0 -1 0 0 0 0 0 0 0
4 3 0 0 0 0 1 0 0 2 0 0 0 1
0 0 0 0 1 0 0 0 0 0 0 0
0 0 0 0 1 0 0 0 0 0 0 -1
4 2 1 2 1 1 1 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] != 0: ~~~~~~~~~~~^^^^ IndexError: list index out of range
1 0 2 1 3 2 4 3
2 5 1 1 1 1 1 1 1 2 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] != 0: ~~~~~~~^^^^ IndexError: list index out of range
3 2 1 2 3 2 1 0 1 2
5 2 0 2 0 1 0 0 0 0 0 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] != 0: ~~~~~~~~~~~^^^^ IndexError: list index out of range
0 0 0 1 0 0 0 0 0 0