정답 개수:
0
틀린 개수:
8
실행 실패 개수:
2
3 3 1 1 2 1 1 1 1 0 1 1 1 1
[[1, 1, 1], [1, 0, 1], [1, 1, 1]] [[1, 1, 1], [1, 2, 1], [1, 1, 1]] 1
1
3 5 1 2 0 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1
[[1, 1, 1, 1, 1], [1, 0, 0, 0, 1], [1, 1, 1, 1, 1]] [[1, 1, 1, 1, 1], [1, 0, 0, 0, 1], [1, 1, 1, 1, 1]] 0
3
4 6 1 2 3 1 1 1 1 1 1 1 0 0 1 0 1 1 1 0 0 0 1 1 1 1 1 1 1
[[1, 1, 1, 1, 1, 1], [1, 0, 0, 1, 0, 1], [1, 1, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1]] [[1, 1, 1, 1, 1, 1], [1, 0, 0, 1, 0, 1], [1, 1, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1]] [[1, 1, 1, 1, 1, 1], [1, 0, 0, 1, 0, 1], [1, 1, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1]] [[1, 1, 1, 1, 1, 1], [1, 0, 0, 1, 0, 1], [1, 1, 2, 0, 0, 1], [1, 1, 1, 1, 1, 1]] [[1, 1, 1, 1, 1, 1], [1, 0, 0, 1, 0, 1], [1, 1, 2, 0, 0, 1], [1, 1, 1, 1, 1, 1]] [[1, 1, 1, 1, 1, 1], [1, 0, 2, 1, 0, 1], [1, 1, 2, 0, 0, 1], [1, 1, 1, 1, 1, 1]] [[1, 1, 1, 1, 1, 1], [1, 0(...truncated, total 730 characters)
5
9 3 5 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 47, in <module> s(start_x, start_y, d) File "Main.py", line 5, in s if table[y][x] == 0: IndexError: list index out of range
3
7 10 4 7 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 47, in <module> s(start_x, start_y, d) File "Main.py", line 5, in s if table[y][x] == 0: IndexError: list index out of range
12