Run the following operations on a stack S: Push(S,1), Push(S,2),
Run the following operations on a stack S: Push(S,1), Push(S,2), Pop(S), Push(S,3), Pop(S), Pop(S). The output sequence must be {1, 2, 3}.
~@[](2)答案:FALSE
-->