#include using namespace std; bool prime(int a,int b) { int s= a>a>>b; while(a!=b) { while(!prime(a--,b--)); cout<