优先队列

优先队列:priority_queue

头文件

#include<queue>

定义

priority_queue<int> p;
原文地址:https://www.cnblogs.com/lizinuo/p/9451808.html