Recursive Digit Sum

  • + 0 comments

    go is unfortunately pretty badly supported here.

    My code produces a Runtime Error just for test cases 7,8,9, while the exact same code produces correct output on my machine (for case 7:the expected 7).

    It's also suspicious that a Runtime Error happens only for a certain case...usually it's a real problem or not. :(( hackerrank these are things wanting to move me away to other platforms.