Bad testcases in Chef and Numbers (CHEFFED)

https://www.codechef.com/viewsolution/10899911
This is the link for some one’s code which got AC verdict…

and this is my code CodeChef: Practical coding for everyone which got WA verdict…

but for n = 999 999 894

there will be two numbers which could satisfy the equation..
They are  1) x = 999 999 814 , S(X) = 67, S(S(X)) = 13
          2) x = 999 999 799 , S(X) = 79, S(S(X)) = 16

i.e. My code is giving count as 2 for this case…

But when i executed the same on the accepted solution, it is giving count as 0
Which is blunder…

Kindly check this case on your codes… and comment your answers…

1 Like

4 numbers

999999799
999999814
999999817
999999820

3 Likes

i am getting 4 for my AC solution,

2 Likes

yup getting 4 nos for my AC solution too.

1 Like

That’s why there so many AC submissions! I hope solutions will be rejudged. By the way answer is 4.

1 Like