Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I'm glad it helped :D
This comment is hidden because it contains spoiler information about the solution
I pass all the cases, I just get an error:
Value is not what was expected ---> how can I possibly know what this is?
What are the rotors for the multi-line test cases? That should be given so we can troubleshoot.
Yes
Great, you got it! Made minor alteration to my code and it now passes.
I know some other people are experiencing this too. I don't understand how my code could be incorrect with the following error message.
solution did not return correct value - Expected: 99890, instead got: 99999
If my code returns 99999, then wouldn't that mean the largest 5 digit number (from the same group of digits that contains the expected "99890") is actually 99999 ?
Please HELP!
p.s passing everything else, and works for me locally, have tried a lot of different tests.
Same, anybody figure his out yet?