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
Hello, could you help me understand what the code is actually doing?
This comment is hidden because it contains spoiler information about the solution
Sorry for that :)
Yes, language C++14 (
g++ -g -Wall -std=c++14
). I'll check other guys code then.Which language? C++ ? 81 guys passed the C++ kata.
Don't post an issue when you ask for help.
Can't pass
selfieAndRot
test:https://goo.gl/oCmufp
Seems that line
fVnP....
have additional newline character, but I checked withgdb
:https://goo.gl/5fkEVu
This string looks exactly like the one in test, so my code works as expected. Any suggestions? :)