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