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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Your solution has a bug, take a close look at the assetion message in test output panel. There is an invalid character between
e
and_
. It's a result of an off-by-one error in your solution.Unfortuntely, yes.
ok, no worries :D
Uhhh actually I don't know why that is :D I can't really see what dotest is doing, and C++ is weird. It worked for me when I moved adding
_
logic above, but I see solutions similar to yours, so IDK :/lol I can't see my own code because its marked spoiler and I haven;t submitted yet
This comment is hidden because it contains spoiler information about the solution
Try posting your code here as shown here and mark it as spoiler.
I don't think so, I don't use whitespace at all in the solution so don't know how that could happen.
'Actual' shows no whitespace too
Any trailing / leading whitespace?
I got the right answer, but it still failed me :(
odd_length
Expected: [ ab, cd, e_ ]
Actual: [ ab, cd, e_ ]