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