정답 개수:
67
틀린 개수:
0
실행 실패 개수:
33
7 back pop back push 98874 back size pop
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 56, in <module> print(myQueue.back()) File "Main.py", line 39, in back return self.queue[-1] IndexError: list index out of range
-1 -1 -1 98874 1 98874
11 front pop pop front pop size pop empty back size back
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 56, in <module> print(myQueue.back()) File "Main.py", line 39, in back return self.queue[-1] IndexError: list index out of range
-1 -1 -1 -1 -1 0 -1 1 -1 0 -1
10 empty back push 60911 push 80696 push 17717 front pop back pop front
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 56, in <module> print(myQueue.back()) File "Main.py", line 39, in back return self.queue[-1] IndexError: list index out of range
1 -1 60911 60911 17717 80696 17717