정답 개수:
0
틀린 개수:
8
실행 실패 개수:
2
3 2 2 3 3 1
1
2
4 3 1 4 1 2 2 4
1
2
7 4 1 7 1 4 5 3 4 5
1
4
2 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> print(dfs(sorted(connected_computers))) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 7, in dfs if node not in stack and node == l[:][0] or node == l[:][1] : ~~~~^^^ IndexError: list index out of range
0
6 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> print(dfs(sorted(connected_computers))) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 7, in dfs if node not in stack and node == l[:][0] or node == l[:][1] : ~~~~^^^ IndexError: list index out of range
0