//IN THE NAME OF GOD #include using namespace std; int del=10739; vector < int >v; vector s; bool prime[100000]; string binary(int a){ string ret=""; while(a){ ret.push_back(a%2+'0'); a/=2; } for(int i=0;i