정답 개수:
12
틀린 개수:
11
실행 실패 개수:
5
9
8
2
75
20
22
175
92
94
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 15, in <module> print(k[0]) IndexError: list index out of range
1
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 13, in <module> a=k.pop(0) IndexError: pop from empty list
2
3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 13, in <module> a=k.pop(0) IndexError: pop from empty list
2