題組內容

題組 05-06:下表示某一位學生紀錄的 IP 位址,請從正確的 IP 位址中,回答 05-06 題。

06.以下為一 C 語言求 1000~10000 之質數的程式碼,請填入空格內的程式碼: #include #include int fun(int); int main(){ inti; for(i=1000;i<10000;i++) if (6) printf("%dY ",i); system("pause"); } int fun(int x){ inti=2; while (i

詳解 (共 2 筆)

Ging Han
Ging Han
詳解 #3312757
2019/04/27
(6) fun(i) (7) ...
(共 35 字,隱藏中)
前往觀看
william
william
詳解 #2986393
2018/09/06
#include int fun(i...
(共 64 字,隱藏中)
前往觀看