정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 2 10 9 9 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 90, in <module> if len(heap) > 1: ~~~^^^^^^ TypeError: object of type 'Heap' has no len()
0
2 1 8 8 5 0 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 90, in <module> if len(heap) > 1: ~~~^^^^^^ TypeError: object of type 'Heap' has no len()
0
2 1 1 0 1 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 90, in <module> if len(heap) > 1: ~~~^^^^^^ TypeError: object of type 'Heap' has no len()
1