循环中断,C语言
发布网友
发布时间:2022-04-22 05:25
我来回答
共2个回答
热心网友
时间:2024-02-07 16:38
少了头文件
#include <time.h>
#include <cstdlib>
如下:
你看看对否,我也不太会
#include "stdio.h"
#include <time.h>
#include <cstdlib>
void main()
{
int a,x,y,z; char d,e,f;
printf("now you have 10000 dollar ,imput your wager=");
scanf("%d",&a);
while(1)
{
while(x)
{
srand((unsigned)time(NULL));
x=rand();
d=x%3+1;
printf("%c\t",d);
system("pause");
}
while(y)
{
y=rand();
e=x%3+1;
printf("%c\t",d);
system("pause");
}
while(z)
{
z=rand();
f=x%3+1;
printf("%c\t",d);
system("pause");
}
}
}
热心网友
时间:2024-02-07 16:39
才悬赏十分…………