www.hackerrank.com/challenges/divisible-sum-pairs/problem
Divisible Sum Pairs | HackerRank
Count the number of pairs in an array having sums that are evenly divisible by a given number.
www.hackerrank.com

배열에서 두 원소를 더한 후 그 합이 k로 나누어떨어지면 count를 1 증가시키면 된다.
www.hackerrank.com/challenges/divisible-sum-pairs/problem
Divisible Sum Pairs | HackerRank
Count the number of pairs in an array having sums that are evenly divisible by a given number.
www.hackerrank.com

배열에서 두 원소를 더한 후 그 합이 k로 나누어떨어지면 count를 1 증가시키면 된다.