Divisible Sum Pairs

  • + 0 comments

    int divisibleSumPairs(int n, int k, int ar_count, int* ar)

    I think we do not need n and ar_count together as input. Bot are redundant. Both give the size of the array.