#include using namespace std; int isprime(int n) { for(int i=2;i>n; if(isprime(n)==1) cout<<"yes"<