Topic: Array Problem / Level: intermediate

Problem: Find the number of pairs of elements in an array whose product is divisible by a given number k.

Run the code to see the output here...