#include<bits/stdc++.h> using namespace std; struct ll{ int a,b; }z[10000]; bool operator <(ll a,ll b){ return a.b<b.b; } int main() { return 0; }