Topic: Array Problem / Level: intermediate

Problem: Find the number of distinct subarrays of size k where the sum of elements is divisible by a given number k.

Run the code to see the output here...