정답 개수:
23
틀린 개수:
55
실행 실패 개수:
22
3 3 1 1 2 1 1 1 1 0 1 1 1 1
0
1
3 5 1 2 2 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1
0
1
4 4 1 1 1 1 1 1 1 1 0 0 1 1 0 0 1 1 1 1 1
0
4
5 4 3 1 0 1 1 1 1 1 1 0 1 1 0 0 1 1 0 1 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> if 0>x or x>=N or 0>y or y>=M and room[x][y] == 1: IndexError: list index out of range
4
5 4 3 2 3 1 1 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> if 0>x or x>=N or 0>y or y>=M and room[x][y] == 1: IndexError: list index out of range
6
3 7 1 4 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> if 0>x or x>=N or 0>y or y>=M and room[x][y] == 1: IndexError: list index out of range
4