정답 개수:
86
틀린 개수:
9
실행 실패 개수:
5
4 2 .# #F #J ##
IMPOSSIBLE
1
6 2 F# #J ## .F #. F.
IMPOSSIBLE
1
6 3 .F# #.F F.# #.# #FJ ##F
IMPOSSIBLE
1
3 2 #J #. F#
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/1c2302bf73fa2ef8b071c6d2d0311a59b8705c6b59928802b94ff3709d23fa7c/Main.py", line 65, in <module> bfs_j(jihoon) File "/tmp/compile/1c2302bf73fa2ef8b071c6d2d0311a59b8705c6b59928802b94ff3709d23fa7c/Main.py", line 41, in bfs_j if 0 <= ni < R and 0 <= nj < C and arr[ni][nj] != 0 and arr[ni][nj] != '#' and k + 1 < arr[ni][nj]: TypeError: '<' not supported between instances of 'int' and 'str'
1
5 1 F # # J .
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/1c2302bf73fa2ef8b071c6d2d0311a59b8705c6b59928802b94ff3709d23fa7c/Main.py", line 65, in <module> bfs_j(jihoon) File "/tmp/compile/1c2302bf73fa2ef8b071c6d2d0311a59b8705c6b59928802b94ff3709d23fa7c/Main.py", line 41, in bfs_j if 0 <= ni < R and 0 <= nj < C and arr[ni][nj] != 0 and arr[ni][nj] != '#' and k + 1 < arr[ni][nj]: TypeError: '<' not supported between instances of 'int' and 'str'
1
3 4 #.#. ###J ##F#
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/1c2302bf73fa2ef8b071c6d2d0311a59b8705c6b59928802b94ff3709d23fa7c/Main.py", line 65, in <module> bfs_j(jihoon) File "/tmp/compile/1c2302bf73fa2ef8b071c6d2d0311a59b8705c6b59928802b94ff3709d23fa7c/Main.py", line 41, in bfs_j if 0 <= ni < R and 0 <= nj < C and arr[ni][nj] != 0 and arr[ni][nj] != '#' and k + 1 < arr[ni][nj]: TypeError: '<' not supported between instances of 'int' and 'str'
1