public class divisibleSumPairs { static int divisibleSumPairs(int n, int k, int[] ar) { int sum=0,count=0; for(int i = 0; i