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
Sample solution "works", but times out before getting through test cases. Dunno if it should be included (maybe as a hint?)
Found the problem! For some reason, one of the values in my function kept overflowing. Changing it from int to long made the program work.
This comment is hidden because it contains spoiler information about the solution
I have code which passes the sample test, but doesn't work with the other tests - it kicks me out with exit code 136 and no further explanation. It doesn't even show "more tests". Does anyone know what exit code 136 means?
I primarily code in Python, so there might be an error somewhere.