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.
It is still out of range for C++ int type.
Use spoiler flag next time please.
This comment is hidden because it contains spoiler information about the solution
Should be fixed now,
There is an issue on C++ random tests. For example in one random test it waits '48960953496' as a result. But this number is out of range for C++ int type.
Changed return type to 'long int' on my machine and it works. But there is no ability to change type to 'long int' on the kata - it throws error.
Might be resolved by chaning condition to:
There is an issue for C++ tests.
Long data range is too small for existing test (test#5). Could you please fix test or cata details (e.g. to expect vector instead of vector)