摘要: 用queue实现stack题目要求:Implement the following operationspush(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top() -- Get... 阅读全文
posted @ 2015-06-13 06:59 xiaomaoliu 阅读(206) 评论(0) 推荐(0) 编辑