Topic: Array Problem / Level: advanced

Problem: Implement a function to find the number of distinct subarrays where the sum of elements is equal to the product of their digit sums.

Run the code to see the output here...