정답 개수:
12
틀린 개수:
0
실행 실패 개수:
88
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 back front
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/c16e7eae3148a400769b73c47a363f83bbaec65df96c42840a4764f29eb1c1b6/Main.py", line 23, in <module> print(arr[-1]) IndexError: list index out of range
-1 -1
2 back empty
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/c16e7eae3148a400769b73c47a363f83bbaec65df96c42840a4764f29eb1c1b6/Main.py", line 23, in <module> print(arr[-1]) IndexError: list index out of range
-1 1
3 front back push 647
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/c16e7eae3148a400769b73c47a363f83bbaec65df96c42840a4764f29eb1c1b6/Main.py", line 21, in <module> print(arr[0]) IndexError: list index out of range
-1 -1