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 don't remember the exact number but it's around 5.5k I think
try changing the compiler. it worked for me
someone hacked the main frame!
I suppose it was in C? C translation updated.
Because people don't actually know how to read code or check to see if actually works. They think it is "clever" just because it is on one line.
I've put all the fixed tests in the actual tests into the sample tests, which should help with this.
Should be fixed now!
This comment is hidden because it contains spoiler information about the solution
This is an issue with how JavaScript handle floats. You would have the same result when using
Math.round
:Computing accurate roundings would make an interesting kata, but here I think it is out of scope, as it would add a lot of work to handle that specific case.