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.
bash is broken, rounding errors, I have tried flooring in every different place
This comment is hidden because it contains spoiler information about the solution
So confused, what is causing "(standard_in) 1: syntax error" for test "153015" in bash?
Could $res%1 not give zero? Resulting in the +1 simply incrementing by one instead of rounding up?
I had the exact same problem with my python solution. Even tried to use a decorator that I know optimizes recursive function calls. I then rewrote to be non-recursive...same issue with timeouts. This needs to be marked an an issue for python implementation
you are not allocating enough memory, and as a result you are writing out of bounds and corrupting the tests suite:
*sz_out
is the length of the array, not its size, becausesizeof *output != 1
.what the hell is even that
This comment is hidden because it contains spoiler information about the solution
You can check out an ASCII table for starters.
what is going on
Kata had a bad description, I have submitted update. Return array should be 1D.
This comment is hidden because it contains spoiler information about the solution
my understanding was that 1 was moved, but this is a 2 byte register, so 2?
How many bytes are moved in the following line of your solution?
My code works on all the default tests, not on the should_work_for_more_fixed_assertions tests. No idea why
Loading more items...