Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:求助!那位好心人帮忙看看这段程序那里出错了

Posted by Grandet at 2007-03-07 20:24:14 on Problem 1003
In Reply To:求助!那位好心人帮忙看看这段程序那里出错了 Posted by:greer at 2005-12-03 23:03:35
你只读了一次就退出了,题目是说一直读,直到读到0.00退出
> 感觉自己在机器上运行没问题啊
> #include <stdio.h>
> void main(){
> int number=0,c;
> float length,sum=0.00;
> scanf("%f",&length);
> if(length<=5.20&&length>=0.01)
> {for(c=2;length>sum;sum=sum+(1.0/c),c++);
>  number=c-2;
>  printf("%d card(s)\n",number);
> }
> }

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator