Ad
  • Custom User Avatar

    As of now CW uses Clang8 as the C++ compiler, and you have to write code which would work correctly with Clang8 regardless of what tools you're using locally. Also, it looks like you're trying to sort the array in reverse order - if my guess is correct, then it seems that MSVC is wrong because "z" > "ya". Either way not a kata issue.