정답 개수:
0
틀린 개수:
7
실행 실패 개수:
11
1 3 D 1 I 1 I 2
[] [] [[1, 0]] [[1, 0]] [[1, 1], [2, 0]] [[2, 1], [1, 0]] 2 1
2 1
1 3 I 5 D -1 I 4
[[5, 0]] [[5, 0]] [] [] [[4, 0]] [[4, 0]] 4 4
4 4
1 5 I 10 D 1 D 1 I 10 D 1
[[10, 0]] [[10, 0]] [] [] [] [] [[10, 0]] [[10, 0]] [] [] EMPTY
EMPTY
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 7 I 2 D 1 I -1 I -4 D 1 D 1 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
EMPTY
1 7 I 66 I 89 D 1 I 78 D 1 I 99 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
99 99