Triple sum

  • + 1 comment

    What does this solution produces for Test 4? (as of July 13 2020).

    A Java version of this code passes all tests except that one. For test 4 it produces value: 17730430118533 , but test expects: 145333908482693.

    The code seems ok, so what's the problem with that test?

    (test4: 3 arrays, of length: 86308 64827 78035 )