정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
5 2 11 11 10 10 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): IndexError: list index out of range
6
2 9 111101011 011111111
런타임 에러 (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
10
2 10 1111111001 1111111111
런타임 에러 (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
11