정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
3 3 2 3 1 3 1 2
0
2
4 3 2 3 3 4 3 1
0
3
6 4 1 4 4 5 3 6 3 5
0
4
2 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if len(conn_list[v-1]) > 1 and v not in visited: ~~~~~~~~~^^^^^ IndexError: list index out of range
0
3 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if len(conn_list[v-1]) > 1 and v not in visited: ~~~~~~~~~^^^^^ IndexError: list index out of range
0
8 2 4 5 3 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> if b not in conn_list[a-1]: ~~~~~~~~~^^^^^ IndexError: list index out of range
0