Ad
  • Custom User Avatar

    The array doesn't need to be local to the function. Consider making it static.
    Character contents are being copied first to the strings in the array, then again to the returned string. Consider making the array consist of const char * instead.

  • Custom User Avatar

    Test cases cannot be updated anymore, unfortunately.

  • Custom User Avatar

    More test cases are needed on this one, it's quite easy to circumvent the current ones..