ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1020. Rope

Could you tell me 'pi'=?
Posted by PW 27 Jul 2003 19:47
I got WA.I think define wrong 'pi'
(pi=3.14159265358979323846)
Re: Could you tell me 'pi'=?
Posted by Zahid Munir Kallal 17 Aug 2003 13:33
> In C++ you should use pi=2*acos(0); for better result. :)