|
|
back to boardI got WA on test 9, please give me some sample data, I'm desperate I suspect rounding errors or something Re: 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.com Re: Thank you very much. You were right about my bug. I have just change in my C++ code ceil(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:01 je Edited by author 11.02.2018 04:58 |
|
|