struct Pair { int x,y; inline bool operator<(const Pair a)const{return x<a.x;} };
萌新想问一下两个 const 分别是什么意思 /kel