Ad
  • Custom User Avatar

    There are a lot of solutions seeming not to fit the description perfectly.

  • Custom User Avatar

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

  • Custom User Avatar

    "If the final result is longer than 140 chars it must return false."

    There's no test for input larger than 140 chars and final result shorter. Example: "hello world " + " "*140 (hello world with a bunch of trailing whitespaces)

    I'm sure it would break a lot of solutions out there.