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.
From 414, the expectected answer is 144, and not 114. I think you are still reading something wrong, but it's difficult to tell for sure without seeing your code.
Most of the people do the same mistake as you: they misread test feedback and mistake
expected
forinput
, or get something else wrong. I tried to improve the messages, but it's difficult to guard against every possible mistake :)You are reading the logs wrong. For example, the message is:
It means that for n=414, the expected answer is 114, and your solution returned 441. Or following one:
For n=100, your solution returns 10, which is not really correct.
Additionally, your solution crashes for some specific types of inputs.
Your solution is buggy, it's not a kata issue.
you did raise an issue though. don't do that, they are meant to report bugs within the kata
your code being too slow is not a kata issue ;-)