Topic: Array Problem / Level: advanced

Problem: Given an array of integers, find the longest subarray where the sum of elements is divisible by the product of their index sums.

Run the code to see the output here...