Main.cpp: In function 'std::pair<long long int, long long int> operator<(const std::pair<long long int, long long int>&, const std::pair<long long int, long long int>&)':
Main.cpp:21:50: error: 'x' was not declared in this scope
21 | pii operator<(const pii &a,const pii &b){return (x.F < y.F || (x.F == y.F && x.S > y.S));}
| ^
Main.cpp:21:56: error: 'y' was not declared in this scope
21 | pii operator<(const pii &a,const pii &b){return (x.F < y.F || (x.F == y.F && x.S > y.S));}
| ^
Main.cpp: In function 'void solve()':
Main.cpp:30:14: error: 'cmp' was not declared in this scope; did you mean 'bcmp'?
30 | sort(all(a),cmp);
| ^~~
| bcmp