정답 개수:
0
틀린 개수:
4
실행 실패 개수:
4
4
[4] 4
4
5
[4] 4
2
6
[4, 6] [6, 4] [4] 4
4
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 16, 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
25146
시간 초과 (TLE) (8.556s)
17524