标题:我写的程序有什么毛病
取消只看楼主
xiayuadmin
Rank: 1
等 级:新手上路
帖 子:27
专家分:0
注 册:2004-11-12
 问题点数:0 回复次数:0 
我写的程序有什么毛病

各位高手,我写的这个程序有什么毛病,请指教:(提干是:求下列不等式的N的最小值 1+1/2+1/3+。。。+1/n>value

│#include "stdio.h" │main() │{ │float sum,value; │int n; │printf("\ninput value:"); │scanf("%f",value); │sum=0.0; │n=0; │do │{ │++n; │sum+=1/(float)n; │}while(sum<=value); │printf("n=%d",n); │}

搜索更多相关主题的帖子: 毛病 
2004-11-15 10:37



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




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

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