정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
7 2 11 01 01 01 01 01 01
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if (0 <= ni < x) and (0 <= nj < y) and (newmap[ni][nj] == 1) and (dist[ni][nj] == 0): IndexError: list index out of range
8
5 4 1110 1110 1111 1111 0111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if (0 <= ni < x) and (0 <= nj < y) and (newmap[ni][nj] == 1) and (dist[ni][nj] == 0): IndexError: list index out of range
8
4 6 101111 101010 101011 111011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> newmap = [list(map(int, input().split())) for _ in range(x)] File "Main.py", line 4, in <listcomp> newmap = [list(map(int, input().split())) for _ in range(x)] EOFError: EOF when reading a line
15