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
Closing then.
Thanks for respon. I found the cause.
I don't see any error, just a warning.
It's also referring to your code, soultion.cpp, so it's not an
ISSUE
with the kata, is it?The warning states what the problem is. So. What exactly are you asking? :x
I wrote solution and test in VS IDE and their works perfectly. When i test it here it shows everything correct but when i make attempt there error. Who knows the cause of the problem?
The Error:
In file included from main.cpp:6:
./solution.cpp:5:23: warning: comparison of integers of different signs: 'int' and 'std::__cxx11::basic_string<char, std::char_traits, std::allocator >::size_type' (aka 'unsigned long') [-Wsign-compare]