简介: 按照值的大小决定出队列的顺序:最大值优先队列、最小值优先队列 默认是最大值优先级队列 头文件: #include<quene> 定义优先级: priority_quene<int> p1; //默认:最大值优先