c++随机函数,函数如下,譬如输入3,输出的五个数都是一样的,怎么改

#include<stdio.h>#include<stdlib.h>#include<time.h>voidcj(){inti,j;srand((unsigned)ti... #include <stdio.h>
#include <stdlib.h>
#include <time.h>
void cj()
{ int i,j;
srand((unsigned)time(NULL));
i=rand()%3+1;
printf("%d",i);
}
main()
{ int n;
srand((unsigned)time(NULL));
printf("一等奖输入1\n二等奖输入2\n三等奖输入3\n");
scanf("%d",&n);
switch(n)
{ case 1: cj();break;
case 2: cj();cj();cj();break;
case 3: cj();cj();cj();cj();cj();break;
default: printf("Error\n");break;
}
}
展开
 我来答
波小瑜0h5
2016-09-11 · TA获得超过388个赞
知道答主
回答量:212
采纳率:0%
帮助的人:83.9万
展开全部
//#include "stdafx.h"//In VC++6.0, with this line, please#include #include "math.h"using namespace std;int main(void){ double x,y; cout > x; y = x<0 ? 3*x*x-5/x : 0<=x && x<5 ? 1/(2+cos(x)) : sqrt(sin(x)+1); cout << "y(" << x << ") = " << y << endl; return 0;}
cayido001
2016-09-11 · TA获得超过172个赞
知道小有建树答主
回答量:210
采纳率:100%
帮助的人:226万
展开全部
cj里面的srand函数去掉 这个函数只需要在程序中调用1次就够了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式