万能头文件#include <bits/stdc++.h>
排序外部函数
bool cmp(T a, T b){
return //sort rule;
}
void main(){
2021-09-17