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.
Tests seem to crash in one case: when vector returned by you is too short. Otherwise, C++ version of the kata seems to be OK. I believe that the error you receive is caused by bug in your solution: either it segfauls, or tests segfault verifying answer it returned (for example because it's too short).
You can see this paragraph of FAQ on some hints on the specific error you get.