정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 -3 -8 5 -1 -8 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> cost, check = heapq.heappop(edge) IndexError: index out of range
0
3 -1 -5 -1 9 3 2 5 7 -7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> cost, check = heapq.heappop(edge) IndexError: index out of range
7
4 8 9 -2 6 -2 7 3 4 -1 -7 -4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 30, in <module> for i in range(len(graph[cur-1])): IndexError: list index out of range
5