c 程式設計 猜數字遊戲,c 程式設計 猜數小遊戲

2023-01-08 04:05:13 字數 2465 閱讀 5355

1樓:冰楓影

#include

#include

#include

using namespace std;

void main()

//比較判斷。

int count=0,correct=0;

int c[4];/用來儲存數值正確的數字。

int d[4];/用來儲存位置和數值都正確的數字。

for(i=0;i<4;i++)

for(j=0;j<4;j++)

if(correct==4)

//結論輸出。

cout<<"猜對了"elsecout<<"位置並不正確";

coutif(flag==false)

c++程式設計 猜數小遊戲

2樓:匿名使用者

這種小程式,自己可以獨立完成,利用for迴圈加if判斷就行,如果剛開始學就問這麼簡單的問題,那麼後面的學習難多了,不可能每次都問吧?

3樓:

#include

#include

#include

using namespace std;

void main()

{srand((unsigned)time(null));系統隨機產生一個數值。

int real=(int)(;

int guess;

int ncount=10;

while(ncount!=0)

{cout<<"請輸入你猜想的資料:";

cin>>guess;

ncount--;

if(guessreal)

cout<<"猜測的數值大了,你還有"<>rdm;

srand(rdm);

隨機數的範圍給你限制到了2000以內,大了不好猜,也可以自己改,把那個2000換成你想要的範圍n,範圍就是0~n

c語言程式設計 編一個猜數字遊戲

4樓:匿名使用者

#include

#include

#include

#include

void main()/主函式*/

for(i=4;i>-1;i--)把玩家猜的5個數放到陣列中,便於檢查對錯*/

for(i=0;i<5;i++)檢查資料對錯*/}printf("猜測結果:%da%db",a,b);

if(a==5)

printf("\t答案正確");如果a=5就是猜對了*/}

5樓:匿名使用者

樓上厲害!給樓上分吧···

c++猜數字遊戲**

6樓:匿名使用者

void c_rand()

;system("cls");

printf("\t\t\t\t※猜數字遊戲中※")

srand(time(0));

/*電腦自動生成5個不重複數字*/

for (i = 0; i<5; i++)temp[i] =data[r];

data[r] =

}printf(temp);

c_game(temp);}

求用c++編寫一個猜數字遊戲。。很急 10

c++ 猜數字遊戲

7樓:你猜我猜哇擦猜

#include

#include

using namespace std;

int main()

n++;cout 《電腦——>temp

case 2:

min = temp;

cout 《數小了!" endl;

temp = rand() max;

while (temp <=min)

n++;cout 《電腦——>temp

case 3:

cout 《正確!" endl;

break;

default:

break;}}

cout 《電腦總共猜了" return 0;}

c++猜數字遊戲 10

8樓:

其實這個可以用while/do...while迴圈處理:

偽**:排重方法(指標或陣列 a, 重複時的提示語句 str){int i = 0;

int tmp;

do{tmp=rand()%10;

if({if(>0)

cout<

c++程式編寫,扮演《猜數字》遊戲中的出數字方

9樓:小黑跳大不解釋

上個星期剛剛花10分鐘寫了一個。。。自己無聊玩玩還行。

c語言程式設計數學遊戲,c語言程式設計編一個猜數字遊戲

include include include include define z size 3 隨機數 整數最大位數,可自由修改,但總位數不要超過變數型別 define x size 3 隨機數 小數最大位數 define tmn 10 生成題目的數量,預設10條typedef enum boole...

c語言 猜數字程式,C語言 猜數字程式

原因分析 scanf d a 這一行,輸入完一個數字後,你還必須按下回車鍵,所以這行執行完畢後緩衝區就還留著一個 n 字元即回車字元。執行到 while ch getchar n 時,這字元就直接賦給了ch 驗證方法 把 while ch getchar n 改為 while ch getchar ...

C程式語言與指定數字相同的數的個數

include using std cin using std cout int main cout count return 0 這個程式 不難吧回。答 怎樣用c 找出一個陣列中的相同的數的個數?迴圈就好了,這是最簡單 的演算法。例如陣列a為待處理陣列。int b int malloc n siz...