Ad
  • Custom User Avatar

    Thanks! The description is now much clearer.

  • Custom User Avatar

    This description is incredibly unclear.
    How are we supposed to know if the input string can be split into single digits or two digits or not split at all?

    "123" -> [1, 2, 3] -> 1
    "1234567891" -> [1234567891] -> 1234567891

    There's no explanation of why the two examples above are being split up differently.