[leetcode] 232. Implement Queue using Stacks 解题报告
题目链接:https://leetcode.com/problems/implement-queue-using-stacks/Implementthefollowingoperationsofaqueueusingstacks.push(x)--Pushelementxtothebackofqueue.pop()--Removestheelementfrominfrontofqueue.peek