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 Assassin_cpy at 2010-03-27 01:54:52 on Problem 1517
In Reply To:直接打表都要393 B的代码 212K的内存 Posted by:gfedcba at 2009-01-12 20:11:37
> #include<iostream>
> using namespace std;
> int main()
> {
> cout<<"n e"<<endl;
> cout<<"- -----------"<<endl;
> cout<<"0 1"<<endl;
> cout<<"1 2"<<endl;
> cout<<"2 2.5"<<endl;
> cout<<"3 2.666666667"<<endl;
> cout<<"4 2.708333333"<<endl;
> cout<<"5 2.716666667"<<endl;
> cout<<"6 2.718055556"<<endl;
> cout<<"7 2.718253968"<<endl;
> cout<<"8 2.718278770"<<endl;
> cout<<"9 2.718281526"<<endl;
> 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