We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Bonetrousle
You are viewing a single comment's thread. Return to all 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.