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
Make sure you deal properly with extra spaces at the beginning and end of the output.
I believe that the last test in C++ is broken. It shows:
Expected: equal to SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
Actual: SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
and input string clearly starts with SOS.
Make sure you deal properly with extra spaces at the beginning and end of the output.
My code is working properly on my own tests, but not on the built-in test. Here's the error message.
Expected: 'HEY JUDE', instead got: 'HEY JUDE'
Any suggestions?