정답 개수:
71
틀린 개수:
0
실행 실패 개수:
29
1 6 I -4 I -1 D -1 I 5 I -2 D -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 140, in <module> pop1() File "/tmp/target/Main.py", line 112, in pop1 downheap2(x) File "/tmp/target/Main.py", line 55, in downheap2 if maxheap[son][0]>maxheap[root][0]: IndexError: list index out of range
5 -1
1 7 I -3 I -3 I -5 D 1 I -3 I 0 D 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 138, in <module> pop2() File "/tmp/target/Main.py", line 124, in pop2 downheap1(x) File "/tmp/target/Main.py", line 29, in downheap1 if minheap[son][0]<minheap[root][0]: IndexError: list index out of range
-3 -5
1 7 I 99 I 98 I 97 D 1 I 97 I 99 D -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 140, in <module> pop1() File "/tmp/target/Main.py", line 112, in pop1 downheap2(x) File "/tmp/target/Main.py", line 55, in downheap2 if maxheap[son][0]>maxheap[root][0]: IndexError: list index out of range
99 97