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.
Was that SARCASAM?😂😂😂😂😂😂
hihi
This kata is a good example for people who do not know programming. Simple input and output, a clear task. You can take a pen and write a solution / algorithm. With big numbers, it gets much more abstract and complicated. If you like reading wild solutions, try this one
your code is missing something explicit from the directions
I changed the messages a bit, could you please check if they are clearer now?
Would you also be so kind to share what other kata you found buggy, so I could check what was your mistake and help you solve them?
I have literally no idea what you are trying to complain on. The kata looks good(ish).
When you see following output:
It means that:
disks
was 10.I tried your solution and it's simply incorrect, and messages tell you this. Maybe not in the clearest way, and I will try to improve it, but still, wrong solutio is wrong.
Your solution does exactly the thing which is described in description as too slow.
You offer no reason why this would be a kata problem and not a your code problem. You don't mention which of the 18 languages would have this problem.
Are you sure about that 1200ms? Most languages allow 12000ms.
Time on top is probably including all sorts of overhead; time below is probably just for running tests against your solution.
If you have problems, follow the troubleshooting guide in Docs. At the very end ( because you probably just should not ) it also tells you how to raise an issue, and what information to include.
Closing now.