정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
3 1 1 2
0
1
4 6 1 4 1 2 4 3 1 3 2 3 2 4
2
3
7 6 1 2 2 3 1 5 5 2 5 6 4 7
2
4
7 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> all_count = dfs(list_,visited_list,0) File "Main.py", line 5, in dfs visited_list[start] = True ~~~~~~~~~~~~^^^^^^^ IndexError: list assignment index out of range
0
6 2 3 2 4 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> list_[m].append(n) ~~~~~^^^ IndexError: list index out of range
0
3 3 3 2 2 1 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> all_count = dfs(list_,visited_list,0) File "Main.py", line 5, in dfs visited_list[start] = True ~~~~~~~~~~~~^^^^^^^ IndexError: list assignment index out of range
2