#include using namespace std; int n; int judge(int n){ for(int i=2;i>n; for(int i=2;i<=n/2;i++){ if(judge(i)==1&&judge(n-i)==1) cout<