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 2081. Faulty dial

I have problems
Posted by Ivan Metelev 4 Jun 2016 15:29
There are mistake in statement may be. Difference between
._.            ._.
..|    and     ._|     is 1
|_.            |_.

Difference between
._.            ._.
..|    and     |.|     is 2 (the second example, the second number)
|_.            |_|

My program write '02:05' except '00:05' like in example and I have wrong answer. Can someone help me?

Edited by author 04.06.2016 15:30
Re: I have problems
Posted by Ivan Metelev 4 Jun 2016 15:31
Of course only after the end of contest
Re: I have problems
Posted by Oleg Baskakov 5 Jun 2016 00:01
For this task, pay attention to last few sentences.
>>Each subsequent value must be strictly less than the preceding one.<<
and
>>If several answers exist, output any of them. It is guaranteed that there is at least one consistent sequence.<<
Re: I have problems
Posted by Ivan Metelev 5 Jun 2016 10:06
Thanks a lot! I forgot that 1 test can be not like in statement. And I'll fix my mistake.

Edited by author 05.06.2016 15:30
Re: I have problems
Posted by Ivan Metelev 5 Jun 2016 15:27


Edited by author 05.06.2016 15:27
No subject
Posted by Combatcook 5 Jun 2016 23:09


Edited by author 07.06.2016 16:45