정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(l1[0]) IndexError: list index out of range
1
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> l1.pop(l1[1]) IndexError: list index out of range
2
6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> l1.pop(l1[1]) IndexError: pop index out of range
4