정답 개수:
1
틀린 개수:
3
실행 실패 개수:
16
6 3 110 010 110 010 011 011
0
8
10 6 110000 010000 010000 011100 000100 000100 000110 000011 000001 000001
0
15
10 7 1111000 0001000 0011001 0001000 0001100 0000110 0000010 0000011 0000010 0000011
0
16
3 2 11 11 11
런타임 에러 (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
4
2 7 1111111 1111111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> newmap = [list(map(int, input().strip())) for _ in range(x)] File "Main.py", line 4, in <listcomp> newmap = [list(map(int, input().strip())) for _ in range(x)] EOFError: EOF when reading a line
8
4 3 101 111 111 111
런타임 에러 (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
6