懸賞,真心求助!!用c 編寫「猜數字遊戲我很用心讀書的,只是太急,還有別的事要做求幫忙

2023-01-14 01:25:46 字數 455 閱讀 5475

1樓:轉身後兩相忘

#include

#include//使用庫函式srand和rand#include//使用庫函式time

#include

using namespace std;

int n;

void guess(int secret)else

break;

}int secret=0;

srand((unsigned)time(null)); //用當前時間系統初始化隨機種子

secret=rand() %(int) (pow(10,n-1))+rand() % (int)(pow(10,n)); //產生隨機數

guess(secret);

return 0;}

2樓:我要鬥爭到死

這種題替你做簡直就是害你。

用c 編寫猜數字的遊戲請高手指教要求電腦輸出隨機數字讓使用者來猜,程式提供選擇難度重新選擇的功能

include include using namespace std void printchoice bool guessnumber int secret,int level else if iguess secret else if iguess secret cout only 3 tim...

編寫C程式來玩猜數字的遊戲,如下所示通過在

include include include void main while guess num printf excellent you guessed the number n if times 10 printf either you know the secret or you got l...

編寫猜數的遊戲程式數字由機器隨機產生

include include int main void if x magic if x magic else return 0 static void main string args while i.trim equals 1 start random ra new random int rn...