基础

vector  :push_back

priority_queue<int,vector<int>,greater<int> >q2; //top  队首最小

原文地址:https://www.cnblogs.com/tingtin/p/9563508.html