정답 개수:
3
틀린 개수:
2
실행 실패 개수:
11
5 4 4 3 5 1 10 1 8 5 2
4
18
6 5 1 5 4 5 8 2 2 1 8 2 4
1
8
2 3 8 2 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> next_node, weight = graph[cur_node] ~~~~~^^^^^^^^^^ IndexError: tuple index out of range
0
3 3 6 2 5 1 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> next_node, weight = graph[cur_node] ~~~~~^^^^^^^^^^ IndexError: tuple index out of range
6
3 1 4 3 5 1 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> next_node, weight = graph[cur_node] ~~~~~^^^^^^^^^^ IndexError: tuple index out of range
13