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.
Oh thanks, I'll try that.
This comment is hidden because it contains spoiler information about the solution
Nice for breaking my kata. But now I'm checking for parameters of s and m :)
No tests for situations like 'one thousand and forty' or 'one thousand and thirteen'.
Three of my solutions got verified despite being incorrect. (line 38 is not being checked)
Done! Thanks for the suggestion. I have no experience with BigNumber.js so please tell me if I have done something wrong.
Now I see what my fault is. I will try to make a translation on Python, but for now, if I limit an input to 53 then surely an output will be less than 2^53-1...right?
Thank you for your feedback! Can't believe this issue hasn't crossed my mind earlier. A little note at the end of the description should resolve it though.