|  | 
|  | 
| back to board | I got WA on test 9, please give me some sample data, I'm desperate I suspect rounding errors or somethingRe: I got WA on test 9, please give me some sample data, I'm desperate I have WA#9 too. The program seems to be right. Who can help me?I think ... (+) I think, that your calculations not so are exact, as that is demanded with a problem. Try to not use intermediate values (for example radius etc.).Re: you have all tests on timustests.4t.comRe: Thank you very much. You were right about my bug. I have just change in my C++ codeceil(x) to ceil(x-eps) and
 floor(x) to floor(x+eps)
 and got AC!
 
Re: Hey, UNKNOWN_LAMER! Do I know you from somewhere? Hey, UNKNOWN_LAMER! Do I know you from somewhere?Re: Posted by estefy  11 Feb 2018 04:01je
 Edited by author 11.02.2018 04:58
 | 
 | 
|