정답 개수:
18
틀린 개수:
8
실행 실패 개수:
74
3 4 1 90 4
0 0
1 0
5 4 4 1 62 2 3
0 0 62 0
1 1 62 0
7 4 3 3 1 1 3 1 39 5
0 0 0 1 39
1 0 0 1 39
3 2 3 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> print(stackA.pop(-1)) IndexError: pop from empty list
-1 0 0
3 5 2 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 29, in <module> print(stackA[-1]) IndexError: list index out of range
-1 -1 -1
3 2 5 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 14, in <module> print(stackA.pop(-1)) IndexError: pop from empty list
-1 -1 0