정답 개수:
85
틀린 개수:
0
실행 실패 개수:
15
1 1 I
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 41, in <module> people=dfs(graph,where[0],where[1]) File "Main.py", line 37, in dfs for neighbor in reversed(graph[current]): ~~~~~^^^^^^^^^ KeyError: (0, 0)
TT
3 1 O X I
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 41, in <module> people=dfs(graph,where[0],where[1]) File "Main.py", line 37, in dfs for neighbor in reversed(graph[current]): ~~~~~^^^^^^^^^ KeyError: (2, 0)
TT
1 7 OPOPPXI
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 41, in <module> people=dfs(graph,where[0],where[1]) File "Main.py", line 37, in dfs for neighbor in reversed(graph[current]): ~~~~~^^^^^^^^^ KeyError: (0, 6)
TT