Separate the Numbers

  • + 0 comments

    I havent found it missleading, but indeed failed some testcases, and had to "unlock" the testcase that shows that really long inputs failed. That gave it away that since s can be 32 in lentgth, and spliting it to two so 16 and 16 digit numbers, it wont fit in an int.

    Bit tricky, but not sure if its missleading.