} return 1;}int checkp(int n){ int a=0; int k=1; for(int c=(int)sqrt(double (n))+2;c>=1;c--) { if(n==k) a=1; else k=k*2; } return a;}
上一页 [1] [2] [3]