정답 개수:
18
틀린 개수:
57
실행 실패 개수:
25
3 3 1 1 2 1 1 1 1 0 1 1 1 1
0
1
3 3 1 1 1 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
3 5 1 3 0 1 1 1 1 1 1 0 0 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
3
3 6 1 4 3 1 1 1 1 1 1 1 0 0 0 0 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
5 4 3 1 1 1 1 1 1 1 0 1 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
4