Ad
  • Custom User Avatar

    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.