정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 1 5 E..S# 5 1 4 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)
Escaped in 3 minute(s). Trapped!
2 1 2 S. .E 4 4 1 # # # # # E # # # . . # # . S # 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 48, in <module> print(solution(graph, l, r, c, visited)) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 33, in solution return bfs(graph, i, j, k, visited, l, r, c) File "Main.py", line 21, in bfs if visited[nz][nx][ny] == -1 and graph[nz][nx][ny] != '#': ~~~~~~~~~~~~~^^^^ IndexError: list index out of range
Escaped in 2 minute(s). Escaped in 3 minute(s).
1 3 1 # E S 3 3 3 .#. #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)
Escaped in 1 minute(s). Escaped in 3 minute(s).