标题:求救
取消只看楼主
lctontheway
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2008-5-4
 问题点数:0 回复次数:1 
求救
大家帮我看看,此程序有什么问题,得不到所需的随机在100-0的数。这是为什么????



#include <stdio.h>
#include <math.h>
int main()
{
int a[14];
int m,j=2,b,i=0;
for(m=1;m<=j;m++)
{j=j+1;
b=rand()
if(b>=0 && b<=100)
{
a[i]=b;printf("%d",a[i]);
if((i+1)%5==0){printf("\n");}
if(i==14)break;
}
}
return 0;
}
搜索更多相关主题的帖子: include 
2008-05-06 22:34
lctontheway
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2008-5-4
得分:0 
谢啦
2008-05-07 21:49



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-212841-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.273568 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved