|
|
back to boardtest case #27 Posted by Choker 22 Oct 2011 16:19 what is wrong with test #27 ? Re: test case #27 try 1 10000 answer 25007071.3178118650 Re: test case #27 25007071.3178118655 for 1 10000. Accurate enough, but still wrong answer on test case #27. Re: test case #27 try 10000 1 may be Re: test case #27 Posted by Xel 8 May 2013 14:09 In #27 system checks output format I changed my python solution print FLOATANS to print "%0.6f" % FLOATANS and get AC Edited by author 08.05.2013 14:10 Re: test case #27 Posted by Maxim 24 Jan 2014 01:24 I had wrong answer on test 27, but corrected it by using "long double" type There's my code [code deleted] Edited by moderator 23.10.2019 22:04 Re: test case #27 Posted by fatnet 20 Sep 2019 13:34 ty |
|
|