//IN THE NAMME OF GOD #include #include using namespace std; const int inf=1e9; int del=10513,where,n,l,m; bool bt[3000000]; string s; string binary(int a){ string v=""; while(a){ v.push_back(a%2+'0'); a/=2; } for(int i=0;i