程式功能: 輸入一個正整數N,並判別此數是否為質數*/ #include <math.h> #include <stdio.h> main() { long N; int i; int key =0; printf("輸入一正整數N:"); ...
確定! 回上一頁