정답 개수:
1
틀린 개수:
0
실행 실패 개수:
14
3 0 0 0 0 0 0 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 54, in <module> bfs(1, 0, pipe_sh, lst) File "/tmp/target/Main.py", line 33, in bfs garo(x, y, queue, lst) File "/tmp/target/Main.py", line 7, in garo if lst[y][x + 1] != 1: IndexError: list index out of range
1
4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 54, in <module> bfs(1, 0, pipe_sh, lst) File "/tmp/target/Main.py", line 33, in bfs garo(x, y, queue, lst) File "/tmp/target/Main.py", line 7, in garo if lst[y][x + 1] != 1: IndexError: list index out of range
3
6 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 54, in <module> bfs(1, 0, pipe_sh, lst) File "/tmp/target/Main.py", line 33, in bfs garo(x, y, queue, lst) File "/tmp/target/Main.py", line 7, in garo if lst[y][x + 1] != 1: IndexError: list index out of range
13