标签:tor amp const int 需要 定义 operator ret pre
struct cmpa{
bool operator ()(const int &i,const int &j){
return a[i]<a[j];
}
};
用priority_queue<int,vector
也就是说如果希望从大到小排序需要写成<号
标签:tor amp const int 需要 定义 operator ret pre
原文地址:https://www.cnblogs.com/White-star/p/11529890.html