정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
5 2 1 4 0 2
런타임 에러 (RTE)
stderr:
File "Main.py", line 9 if DFS(graph, nextNode, count+1): return True IndentationError: unexpected indent
0
6 4 2 5 4 5 0 2 0 4
런타임 에러 (RTE)
stderr:
File "Main.py", line 9 if DFS(graph, nextNode, count+1): return True IndentationError: unexpected indent
0
8 5 0 1 5 6 0 6 2 4 2 6
런타임 에러 (RTE)
stderr:
File "Main.py", line 9 if DFS(graph, nextNode, count+1): return True IndentationError: unexpected indent
1