Pairwise Sum and Divide

  • + 2 comments

    Test case 11 is not correct rest everything works fine. Any suggestions

    • + 0 comments

      I had to use long long int type in order to pass all test cases

    • + 0 comments

      I had to change the method to return type long as the result for the final test case in test case 11 gives an int overflow.