Hello!
Regarding this line sweep problem with the editorial here my submission is getting run time error. This is strange because I downloaded all the test cases from the oficial contest site for this problem and the last test case (and only the last) seems to be different — given correct answer for me in my computer and RTE online.
(I know that the problem could not give runtime error in my computer but do so in online judge, but I try to identify the last test case by printing 0 and exiting 0 before running the algorithm and, instead of wrong answer I keep getting runtime error)
Can someone spot any mistake in my code?
Thanks a lot in advance!