정답 개수:
49
틀린 개수:
25
실행 실패 개수:
26
1 2 2 4 5 8
8
4
1 2 2 5 7 5
10
5
1 2 2 3 12 4
6
3
1 2 7 4 14 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> max_value -= heapq.heappop(max_heap) ~~~~~~~~~~~~~^^^^^^^^^^ IndexError: index out of range
4
1 2 6 6 12 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> max_value -= heapq.heappop(max_heap) ~~~~~~~~~~~~~^^^^^^^^^^ IndexError: index out of range
6
1 3 3 5 8 1 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> max_value -= heapq.heappop(max_heap) ~~~~~~~~~~~~~^^^^^^^^^^ IndexError: index out of range
5