I am unable understand the first testcase of this problem.
10 2 3
When L = 1, 5 and 7 then both will into abyss.
When L = 6 both will complete race at the same time.
So we should consider four cases when there will be tie. Why are we taking only 1, 6 and 7?