정답 개수:
54
틀린 개수:
0
실행 실패 개수:
46
1 3 I 5 I 3 D 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 134, in <module> pop2() File "/tmp/target/Main.py", line 120, in pop2 downheap1(x) File "/tmp/target/Main.py", line 27, in downheap1 if minheap[son][0]<minheap[root][0]: IndexError: list index out of range
3 3
1 5 I 1 I 3 D 1 D 1 I 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 134, in <module> pop2() File "/tmp/target/Main.py", line 120, in pop2 downheap1(x) File "/tmp/target/Main.py", line 27, in downheap1 if minheap[son][0]<minheap[root][0]: IndexError: list index out of range
2 2
1 5 I -1 D -1 I 3 I 0 D 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 134, in <module> pop2() File "/tmp/target/Main.py", line 120, in pop2 downheap1(x) File "/tmp/target/Main.py", line 27, in downheap1 if minheap[son][0]<minheap[root][0]: IndexError: list index out of range
0 0