Ad
  • Default User Avatar

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

  • Default User Avatar

    The problem statement should say to leave the 2nd+ characters of each word alone.
    I mistakenly believed I should force it to lowercase like so

    ONE-TWOthree => OneTwoThree, but correct solution is ONETWOThree.

    Dont-poke-the-depotCat => correct solution is DontPokeTheDepotCat

    Was using C++ (Clang8 C++17)