정답 개수:
92
틀린 개수:
0
실행 실패 개수:
8
4 3 ##. #JF #F# FFF
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 50, in <module> if 0 <= ni < C and 0 <= nj < R and (graph[ni][nj] == 'J' or graph[ni][nj] == '.'): IndexError: list index out of range
IMPOSSIBLE
5 3 ##F #FF #J# ##F #F#
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 50, in <module> if 0 <= ni < C and 0 <= nj < R and (graph[ni][nj] == 'J' or graph[ni][nj] == '.'): IndexError: list index out of range
IMPOSSIBLE
3 6 F#FF.# #J#F.# FF##FF
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 50, in <module> if 0 <= ni < C and 0 <= nj < R and (graph[ni][nj] == 'J' or graph[ni][nj] == '.'): IndexError: list index out of range
IMPOSSIBLE