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.
So still no solution
Yeah I did:
printf("|%s|---%zu",decode,strlen(decode));
Out:
|E|---1
I checked it again but there is no difference. Both have no space before or after them.:(
So i am getting the right answer but the program doesn't say the 2 strings are equal.
For example
My string: E
Program string: E
But still says failed
Wow!