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 1434. Buses in Vasyuki

What should we output if A==B?
Sample Tests:
1 1
1 1
1 1
My output:
0
1
(Or should it be
0
1 1
?)

Another Sample Test:
1 2
2 1 2
1 1
My output:
0
1
Re: What should we output if A==B?
Posted by Alexander Halperin 25 Feb 2006 15:21
There are no such tests. Organizing committee.
Re: What should we output if A==B?
Posted by Nguyen Canh Toan 25 Feb 2006 15:29
i need test 7, quick please
Re: What should we output if A==B?
Posted by SUrSU#3 25 Feb 2006 15:34
In test 7 I receive Crash.
Is test 7 correct?
Re: What should we output if A==B?
Posted by Rostislav 25 Feb 2006 15:39
I have problem with that test case, too.
Re: What should we output if A==B?
Posted by Tbilisi SU: Eldar Bogdanov 25 Feb 2006 15:41
I watched the status and everybody gets wrong answer or time limit exceeded on test 7... What should it be?!

Edited by author 25.02.2006 15:42

Edited by author 25.02.2006 15:42
Re: What should we output if A==B?
Posted by Sid 4 Mar 2006 12:09
I got wa#7 and then understood that I've forgotn write -1 if students can't get B bus stop.