|
|
back to boardCan author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm 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 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 CONST EPS = 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:31 I'm using such precision, but I still have WA #24. Can somebody tell my the possible reason of this WA? |
|
|