정답 개수:
30
틀린 개수:
35
실행 실패 개수:
35
2 1 17
1
7
2 1 28
2
8
3 1 578
5
78
3 2 888
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> stack.append(arr.popleft()) IndexError: pop from an empty deque
8
3 2 733
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> elif not arr and stack[-1] < arr[0]: IndexError: deque index out of range
7
3 2 113
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> elif not arr and stack[-1] < arr[0]: IndexError: deque index out of range
3