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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Nice use of range and convertion to string.
My PHP code fails one of the simple tests, but passes the full suite. Could You check, what's wrong?
ROFL
Super!
But portablity is broken, as it will not work on a CPU with a different instruction set.
Java version sample tests err with my code, but full test suite passes. Java 8 shows two issues, Java 11 + - 1 issue (still, the sample test, did not work for me).
Properly structured.
a solver bot for CodeWars KATAs ?
isn't the a and b local here?
LOL. How did this one pass all the tests?
Properly structured (1 in - 1 out).
I do not know. For some resason it seems there is a slight difference in the order of rounding and typecasting application.
in my case it was wrong ordering.
Numbers are big, and are exressed in exponential form. For me, type conversion (required) solved the problem.
Loading more items...