정답 개수:
24
틀린 개수:
0
실행 실패 개수:
76
4 9 8 1 -9 7 -1 7 3 0 3 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> heapq.heappush(edge, [graph[small-1][big-small-1],i+1]) IndexError: list index out of range
2
4 -7 5 6 4 1 -6 6 7 1 -1 2 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> heapq.heappush(edge, [graph[small-1][big-small-1],i+1]) IndexError: list index out of range
4
4 -1 0 -1 8 6 3 2 -3 5 6 -4 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> heapq.heappush(edge, [graph[small-1][big-small-1],i+1]) IndexError: list index out of range
5