摘要: 解法 思路:先把元素逐一加入stack1,由于需要实现“先进先出”,因此可以将stack1中的元素pop出来,依次压入stack2... 阅读全文
posted @ 2020-08-04 19:56 消灭猕猴桃 阅读(56) 评论(0) 推荐(0) 编辑