▼ 문제 바로가기 (링크) ▼ https://leetcode.com/problems/count-equal-and-divisible-pairs-in-an-array/ Count Equal and Divisible Pairs in an Array - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 정수 배열 nums와 정수 k가 주어진다. (i , j) 로 2개씩 짝지어 만드는 조합 중 i == j 이고, i의 인덱스 j의 인덱스의 곱한 값을 k로 나누었을 때 나머지..