經安全檢測,此網站為安全網站,請放心前往原始網址!

判斷質數 - 摸索C語言 - PChome 個人新聞台

判斷質數 0 收藏 0 推薦 /*****/ #include #include #include main() { int x,y,z; while(scanf("%d",&x)==1 ) if(x==2) printf("質數\n"); else { z=(int)sqrt(x); for(y=2;y

mypaper.pchome.com.tw

網址安全性掃描由 google 提供