Wrong test case

The test case for this question
4
0
0 0 0 0 is wrong, there are only 10 subarrays whose sum is 0. while the answer given is 15. Which is not even possible since the max number of sub array can be 10 only.

Yes it was a mistake.
We have updated it now.