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.
Wow.
This breaks at the example 10100000000 (timeout)
I thought the same, but big numbers might couse fault or exit :) Congrats.
Can this problem be solved somehow? I got the same result, only the "More Challengins Cases" will fail after timeout.
if you are programming this kata with JS i think it has a problem
Basic Tests execution time of my code is 30ms
Only the "More Challanging Cases" do not pass
It wouldn't be a problem if the same params for the "More Challanging Cases" haven't been passed to the others tests that have passed
The mod don't even bother looking for it and direct removed my issue report :/
Basic tests execution time (Time: 1256ms), the rest of the time is still more than 12000. How long should the basic tests be in order to execute the main tests?(python)