정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 4 6 0 4 13 15 15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> val_take += -1 * heapq.heappop(max_heap) ~~~~~~~~~~~~~^^^^^^^^^^ IndexError: index out of range
0
1 5 7 9 15 6 11 12 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> val_take += -1 * heapq.heappop(max_heap) ~~~~~~~~~~~~~^^^^^^^^^^ IndexError: index out of range
9
3 3 3 9 9 0 3 1 8 5 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> val_take += -1 * heapq.heappop(max_heap) ~~~~~~~~~~~~~^^^^^^^^^^ IndexError: index out of range
10