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 angelame at 2008-09-09 20:40:12 on Problem 2728
In Reply To:迭代,用上一次算出的数算下一个数 Posted by:frkstyc at 2006-02-27 12:17:07
二分过了 迭代答案出不来。。。初始值设的0;
a=0;
while(true)
{
   b=Prim(a);
   if(fabs(b-a)<0.0001)break;
   a=b;
}
搞不懂了。。。。

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