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:aaa

Posted by neverend at 2007-08-05 17:30:01 on Problem 1517
In Reply To:aaa Posted by:zhuang000 at 2007-05-11 19:06:01
> #include "stdio.h"
> int main()
> { int n;
>   double e=0;
>   double sum=1;
>   printf("n e\n- -----------\n");
>   for(n=0;n<=9;n++){
>       if(n!=0)sum=n*sum;
>       e+=1/sum;
>       printf("%d %.9lf\n",n,e);
>   }
>   return 0;
> }      

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