ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1066. Garland

some questions
Posted by aa 8 Feb 2003 09:38
if the input is 5 10,whats the answer?
if there is no solutions to the input,how to do with it?
Re: some questions
Posted by Marcin Mika 22 Feb 2003 05:01
> if the input is 5 10,whats the answer?
0.67
> if there is no solutions to the input,how to do with it?
there will always be a solution!
Re: some questions
Posted by aa 26 Feb 2003 20:00
Thanks,I've got AC.
But there is a strange wrong in my prog:
I calculate this expression in my delphi compiler:
    (4/3+1)*2-14/3
the result was 4.337e-19.But it should be zero.
can you tell me why?