Ad
  • Custom User Avatar

    Issue with last Java test case:
    input is 992
    Says "got 2 but expected 0"
    9 + 9 + 2 = 20
    2 + 0 = 2

    The answer should be 2, unless the instructions are missing something.

  • Custom User Avatar

    Each test case calls the function way more than once - I reduced my code to just System.out.println(s.length()) and it's printing sometimes 20 times for a single test case - each time with a different length for s.