跪求如何用c++实现优先队列的入队,出队,打印操作?
http://www.cnblogs.com/heqinghui/archive/2013/07/30/3225407.html
优先队列的操作基本上和栈一样。push,top,pop,等等