用C 編寫程式,越簡單越好,迴圈結構

時間 2021-05-06 05:11:36

1樓:匿名使用者

cin<

fn1 = 1;

fn2 = 1;

for (int i=0;i<=n;++i)

2樓:gbn獅氏

#include

using namespace std;

int main()

if(q%3==0)

cout<<"yes"<

else

cout<<"no"<

return 0;

}這種方法比較簡便,,但是腦袋得夠使

3樓:兔子和小強

#include

int main()

std::cout << (f2? "no": "yes");}

4樓:匿名使用者

#include

int f(int n)

if(n == 0 || n ==1) return 1;

else return (f(n-1) + f(n-2));

}int main(void)

else

printf("no!\n");

return 0;

}//c語言比較熟練,反正c和c++寫這種演算法都一樣。

用c++語言編寫程式,程式設計新手,越簡單越好。用選擇結構

5樓:匿名使用者

#include

using namespace std;

int main(){

char ch = '\0';

cin>>ch;

if('a' <= ch && ch <= 'z')ch += ('a' - 'a');

cout<

6樓:未央

#include

int main()

求乙個c++程式 用類來寫 越簡單越好 **等 急

7樓:雲淡風輕in蘇州

#include

#include

using namespace std;

class cbook

void init(string name, int count, float price)

void showbookinfo()

//書的屬性為private,所以要提供對外呈現的介面

string getbookname()

int getbookcount()

float getbookprice()

private:

string m_name;

int m_count;

float m_price;

};class cbookmgr

void showbooks()//顯示書資訊

}void searchbook(string name)//檢索書名

else

}void checkprice(string name, int count)//計算總價

else

}void addbook(string name, int count, float price)//增加新書

public:

class cbook* getbook(string name)

}return null;

}private:

class cbook m_list[10000];//簡單起見,最多儲存10000種書

int m_count;//書的總類別數};

用c++程式設計比較a b c 三個數大小,越簡單越好。。

8樓:地表最帥

#include

int main()

可以用逗號表示式來判斷:a>b?a:

b 就是很簡單的判斷,判斷條件在前 a>b ,如果條件成立。去冒號前面的值a,如果不成立,去冒號後面的值b。所以,可以簡單的逗號表示式來完成,樓上是用了最簡的語句表達,巢狀了逗號語句,

我自己寫的**是:

#include

void main()

9樓:匿名使用者

樓上寫的都正確的,來晚了,不過,還是想說說自己最簡單的想法, 可以用逗號表示式來判斷:a>b?a:

b 就是很簡單的判斷,判斷條件在前 a>b ,之後?如果條件成立 去冒號前面的值a,如果不成立,去冒號後面的值 b。 所以,可以簡單的逗號表示式來完成,樓上是用了最簡的語句表達,巢狀了逗號語句, 我自己寫的**是:

#includevoid main()

急求用c++編寫的通訊錄,基本實現功能就行,越簡單越好,請大神指教!! 20

10樓:匿名使用者

class addresses

typedef std::mapaddresses_t;//打算用名字來做索引,如果名字有重複的話,

//則用其它資訊來做索引。

class addresses

11樓:南通周杰倫

乙個類就解決了。。。樓上用stl,,人家還沒有學額,多多實踐!

求乙個c++編寫 的小軟體,交作業用的,越簡單越好

12樓:匿名使用者

輸入10進製 轉化為2進製

#include

using namespace std;

int size=0;

int a[100]=;

void fun(int n)

int main()

13樓:匿名使用者

乙個簡單的延時函式:

void delayms(int x)

14樓:匿名使用者

#inlude

using namespace std;

int main(int argc, char *argv)

15樓:匿名使用者

hello world!

求如何用c++****,越簡單越好 200

16樓:毆零

裝乙個qt,你要是不想配就是直接下mingw版的。

然後參考這個例子

用C 語言編寫程式,遞迴函式,用c 編寫程式用遞迴法計算一個整數的所有數字之和

1 在數學上,關於遞迴函式的定義如下 對於某一函式f x 其定義域是集合a,那麼若對於a集合中的某一個值x0,其函式值f x0 由f f x0 決定,那麼就稱f x 為遞迴函式。在程式語言中,把直接或間接地呼叫自身的函式稱為遞迴函式。函式的構建通常需要一個函式或者一個過程來完成。2 遞迴函式 是建立...

用C語言編寫程式資料結構,用C語言編寫程式 資料結構 20

第5 題 include include define max 256 typedef int list max typedef int elemtype typedef int status define overflow 1 define ok 1 define list init size 8...

C語言程式設計,編寫程式,求10 用C語言

第0題 include define maxlen 70 main int i,temp,flag 0 printf 請輸入第一個字串 n scanf s s1 printf 請輸入第二個字串 n scanf s s2 i strlen s1 temp strlen s2 if i main x i...