我已经bd过了别来喷了
下面两个是不是等价的
bool operator <(const node &x)const{return k>x.k} bool operator >(const node &x)const{return k<x.k}//还是说这种情况不行 priority_queue<...>
如果第二种是错的,要怎么改