關於Cfor語句的一道題

時間 2022-08-02 14:40:02

1樓:匿名使用者

#include

#include

#include

#define replace " is not a prime number!"

#define rep " is a prime number!"

using namespace std;

int main ()

else

cout<

return 0;

}這個程式我不做解釋了!樓主既然問這種問題那自然是懂一些的,這個是初學者的程式,比較繁瑣,但是簡單易懂!有什麼需要再聯絡我!

2樓:陳宗權

主要有兩個需要改的地方:

1、迴圈不用從c-1開始,從c/2開始就可以了。

2、輸出的時候沒有必要再重新計算一遍素數。

#include

#include

using namespace std;

int main()

for(i=a; i<=b; i++)

if(j==1)

}cnt = prim.size();//取得動態素數陣列的元素個數cout << cnt << endl;//輸出素數個數for(i=0; i

' ');//是每行的第10個就換行,不是第10個就空格

if(cnt%10!=0) cout << '\n';//如果最後一行不夠10個則再給最後一行加換行。

return 0;}

3樓:

#include

bool judge(int n) //判斷n是否為素數return true;//如果在2到n/2內沒有一個因子,則為素數}void main()

}cout<

cout<

求做一道SQL語句題,問一道SQL語句的題目,請各位幫幫忙。

2.update user set password xyw97 where username admin 3.delete from user where usernmae temp 4.insert into user username,password values newuser newpw...

一道關於歷史的題,關於一道歷史題

我認為。的。如果有不對的地方呢。請諒解。呵呵。不同點 修築地點不一樣。清朝的長城秦長城遺址最西端再甘肅臨洮縣城東23公里堯甸長城坡。南北向,黃土板築,殘高1米左右。是秦代長城西端的起點,斷斷續續經渭源,隴西,通渭,會寧,靜寧等8縣入寧夏後,又回到甘肅境環縣,慶陽縣入陝西省,翻山越嶺,飛渡溝壑,穿沙漠...

關於c語言的一道題,關於C語言的一道題

龍 鳳 兩個for迴圈,再建立一個動態陣列,就可以了 include include include char submaxstring const char str1,const char str2 int size strlen str1 strlen str2 strlen str1 strl...