정답 개수:
0
틀린 개수:
3
실행 실패 개수:
5
6
[2, 4, 6] 4
4
6
[2, 4, 6] 4
4
7
[2, 4, 6] 4
6
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 18, 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 15, 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 15, in <module> a=k.pop(0) IndexError: pop from empty list
2