정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 1 5 #E##S 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 37, in <module> l, r, c = map(int, input().split()) # l: 층 수, r: 행, c: 열 ^^^^^^^ ValueError: not enough values to unpack (expected 3, got 0)
Trapped!
3 5 2 ## .E #. .. .# #. ## ## ## S# #. .# #. .# .# 3 1 2 .# #E #S 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 49, in <module> print(solution(graph, l, r, c, visited)) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 32, in solution if graph[i][j][k] == 'S': ~~~~~~~~~~~^^^ IndexError: list index out of range
Escaped in 5 minute(s). Escaped in 1 minute(s).
4 3 4 #### #### #..# #### ...# E##. #### ##S# #### #### #.## #### 5 2 2 ## ## E# ## .# S# ## ## ## ## 3 1 5 S#### .#### E#### (...truncated, total 143 characters, 41 lines)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 49, in <module> print(solution(graph, l, r, c, visited)) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 32, in solution if graph[i][j][k] == 'S': ~~~~~~~~~~~^^^ IndexError: list index out of range
Escaped in 4 minute(s). Escaped in 2 minute(s). Escaped in 2 minute(s).