考试
1970-01-01 08:00:00

输入序列为ABC,可以变为CBA时,经过的栈操作为( )

题目描述

输入序列为ABC,可以变为CBA时,经过的栈操作为( )

答案解析

push,push,push,pop,pop,pop

加载中...
AI正在思考中,请稍候...