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