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 seem to be getting the same errors as @wwlwwl and @Immaterial using c++. I can pass the sample tests fine but on "Attempt", I fail with :
with a red border and a green arrow next to "SumOfDivided_Tests." If I change my code to
return output + "Thing";
Then the output on "Attempt" becomes:Which is apparently the correct output with "Thing" appended. Others have suggested that these issues are usually caused by segfaults but I am not sure that that is the case here. Clearly it is possible to pass this kata in c++ but I am not sure why I am failing.