bool cmp(pll &a,pll &b){return a.first<b.first;}
bool cmp(pll &a,pll &b){return a.second<b.second;}
pair排序
最新推荐文章于 2024-04-16 15:25:16 发布
bool cmp(pll &a,pll &b){return a.first<b.first;}
bool cmp(pll &a,pll &b){return a.second<b.second;}