DIVISIBLE SUBARRAY

1,3,4 testcases are failing. Can’t understand why. Here’s the code:

@tanmay8598
That is not how you use memset,
memset(freq,0,sizeof(freq));
or
memset(freq,0,n(sizeof(long long));

that worked. what a minor mistake. thanks.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.