Topic: Array Problem / Level: intermediate

Problem: Find the number of distinct subarrays of length k where the sum of elements is a multiple of the index sum.

Run the code to see the output here...