-->
当前位置:首页 > 题库

Run the following operations on a stack S: Push(S,1), Push(S,2),

Luz5年前 (2021-05-10)题库1699
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