Sponsored
Use these hints if you're stuck. Try solving on your own first.
Use a counter to keep track of the subarray sums.
Use a hashset to check if any two sums are equal.
Solve with full IDE support and test cases