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
permanently
Not an issue. Print the result before returning it (e.g.
std::cout << "~~~" << result << "~~~" << std::endl
- the input string never includes tildes), and you'll most likely see trailing whitespaces. Otherwise, your algorithm is wrong.using language c++
Expected: equal to #C4RBGf[VdqjG)KpIC8d/*@&
Actual: #C4RBGf[VdqjG)KpIC8d/@&
anyone know how to fix this issue, im not sure if there are extra white spaces in my actual test or the kata test
tried .erase(result.find_last_not_of(" \t\n\r\f\v") + 1); to remove white spaces at end but still didnt work, thats tuff!
im sleep
what does np stand for
what does np stand for
im sleep
this man invented recursion
this man invented javascript
When things get difficult thats when your suppost to smile :) - zoro
How do you think of this!
thanks, G
C++ testing framework hides trailing spaces, try printing your output with some char at the end to see if that's the case. There are open issues about C++ below too.
using language c++
what is this cheese! ha ha
Expected: equal to IuGGKgKyay
Actual: IuGGKgKyay
Loading more items...