|  | 
|  | 
| вернуться в форум | test case #27 Послано Choker  22 окт 2011 16:19what is wrong with test #27 ?Re: test case #27 try 1 10000answer 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 beRe: test case #27 Послано Xel  8 май 2013 14:09In #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 Послано Maxim  24 янв 2014 01:24I 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 Послано fatnet  20 сен 2019 13:34ty | 
 | 
|