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 1137. Bus Routes

Input is incorrect!!!
Posted by Kirom `Ekexity [SESC17]💻 20 Mar 2019 23:14
I have RE5, when I use

var s = Console.Readline().Split()
var sz = s[0];
var firstElement = s[1]; //!!!!!! There is RE!

I have to impose conditions test5 and his input file have a line with only one ("1")!!
Re: Input is incorrect!!!
Posted by yyll 3 Oct 2020 21:00
Input doesn't break lines properly.
Re: Input is incorrect!!!
Posted by Sandro (USU) 7 Dec 2020 00:21
Incorrect tests are fixed.