求一簡單的c 程式

2022-10-08 08:36:41 字數 993 閱讀 4609

1樓:希望村村民

#include

using namespace std;

int main()

else if(c=='n')

else

cout<<"現在正在下雨嗎?"<

}return 0;}

2樓:遊戲蝦扯淡

#include

void main()}

3樓:匿名使用者

#include

#include

#ifdef unicode

#define string wstring#define cout wcout

#define char wchar_t

#else

#define string string#define cout cout

#define char char

#endif

using namespace std;

char * convertstring(string str);

int main()

else if ('n' == c) elsesystem("pause");

return 0;

}char * convertstring(string str)//注:可在任何語言windows作業系統下執行

4樓:匿名使用者

這個程式適用於vc2005和之後版本,以及gcc,但是vc6需要按照註釋中修改一下才能編譯通過

#include //vc 6把這行改為#includeusing namespace std; //使用名字空間,vc 6可以去掉這一行

int main()

if(a[0]=='n' && a[1]==0)}return 0;}

5樓:匿名使用者

給錢才可以的

這是規矩

求C 高手幫忙編個簡單的類的程式

例7 10 多繼承的簡單應用。base1.h ifndef base1 h define base1 h class base1 endif base2.h ifndef base2 h define base2 h class base2 endif derived.h ifndef derive...

求c或者c 程式,求C或者C 程式

將m 0,1,2,3,4,5,6的所有可能羅列出來,共有110萬組合。程式見附件t8.exe,各種組合見附件1.txt,源程式見t8.cpp。從陣列a中挑選3個數 第1個數索引 0 第2個數索引 1 第3個數索引 5 從陣列b中挑選3個數 第1個數索引 3 第2個數索引 6 第3個數索引 9 1 2...

怒求簡單的100行左右的c語言程式最好是新編

你當是寫作文啊,立意自定,題目自定,自選題材。作文也要一箇中心思想吧 c語言初學者求助,一個程式設計題,大神看看我編的程式是否有錯誤。好吧我覺copy得樓上兩位簡直bai就是亂來的。這個是最基本的判斷du選擇語句。上題中,假設zhia小於30,則m 1.否則dao a大於等於30 且a小於40,則m...