|  | 
|  | 
| back to board | Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithmRe: Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm I think I have WA #16 because of something else but can someone please tell me the precision needed to solve this task?Re: Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm CONSTEPS               = 1E-10;
 INF               = 1E20;
 
 TYPE
 Float = Double;
 
 .....
Re: Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm Posted by Al.Cash  25 Aug 2009 00:31I'm using such precision, but I still have WA #24.Can somebody tell my the possible reason of this WA?
 | 
 | 
|