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

为什么错了哟

Posted by 20045076 at 2006-12-15 18:10:38 on Problem 1003
void main()
{
float x,sum,n;
scanf("%f",&x);
sum=0;n=1;
while(x!=0 && sum<x)
{sum=sum+(1/(n+1));n++;}
printf("%d card(s)",(int)(n-1));
}

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