Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Closing then.

  • Custom User Avatar

    Thanks for respon. I found the cause.

  • Custom User Avatar

    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

  • Custom User Avatar

    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]