#include using namespace std; using ll=long long; using pii=pair; #define all(a) a.begin(),a.end() #define pb push_back #define sz(a) ((int)a.size()) const int N=200005,M=35; int n,m; unsigned a[N],b[N]; void ahcorz(){ cin >> n >> m; for(int i=0; i> a[i]; if(n>=M){ for(int i=0; i> t; while(t--) ahcorz(); }