Given an integer array nums and an integer k, return the number of non empty contiguous subarrays of nums whose sum is divisible by k.
Constraints:
nums.length
nums[i]
k
Given an integer array nums and an integer k, return the number of non empty contiguous subarrays of nums whose sum is divisible by k.
Constraints:
nums.length
nums[i]
k