• + 0 comments

    Hi. I am questioning the test cases. E.g. # 13, 1st input: 999999995000050000 10000000000000 100000 the output should be -1, but the expected output in the test is 9999999900001 9999999900002 9999999900003 9999999900004.

    I do not understand why.

    P.S: If I test my code with the custom input 999999995000050000 10000000000000 100000, I am receiveing the correct answer -1, the test passes.