Ad
  • Custom User Avatar

    It would be good to add test for an input in the form of "1:041:44" or "123456::" if we really want to test for any possible string input. My solution (C#) passed, even though I just check if there are 6 digits and two colons in the input. Which is wrong, a solution shouldn't pass unless it checks whether the format follows the digit-digit-colon-digit-digit-colon-digit-digit pattern.

  • Custom User Avatar

    If the result is an array with two elements, they need be in the same order as they appear in the input. Otherwise, it seems the tests will not pass.