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.
I'm getting similar issues with this kata on the last expected test in C++. The test is expeting 12.74 and my result is 12.74 but still marks it as incorrect.
I wrote it in c++. When I compile the code on my own and test it using the data in the Kata I get the correct results, but i'm not sure what error code 139 means when I try to submit it. Also, the code passes when I do the sample test in the kata.
I'm able to pass all of the tests, but keep getting exit code 139 when I attempt to submit my solution. I wrote the main() function on my own and tested it out with the provided data and I'm getting the correct results.