정답 개수:
16
틀린 개수:
24
실행 실패 개수:
60
4 2 10 10 11 01
0
5
2 7 1111100 0000111
0
8
5 3 101 101 110 111 111
0
7
2 3 111 111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, 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
3 2 10 11 01
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, 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 5 11111 01111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, 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