queue

q1.push(4)//入队列

q1.empty()//空

q1.front()//首元素

q1.back()//为元素

q1.size()//尺寸

posted @ 2019-07-16 13:33  MoonXu  阅读(136)  评论(0编辑  收藏  举报