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 1070. Local Time

Question
Posted by Petko Minkov 10 Mar 2001 00:38
for example, the departure at 15.42 and the arrival at
16.23, and a return flight departs at 08.10 and arrives at
17.51. <- is there an answer for this test case which is
mentioned in the problem text.

Give me please one sample test case, this task looks like
an easy one.
this is not a correct test answer!
Posted by tjq(killer of zju) 10 Mar 2001 10:06
pay attention to float point error!

int(0.12*100)=11!
Re: this is not a correct test answer!
Posted by Petko Minkov 11 Mar 2001 20:40
> pay attention to float point error!
>
> int(0.12*100)=11!

I wrote a test case, not an answer...?