Merge Sort using Recursion

I am getting a run error even after increasing the size of array.
Problem : https://hack.codingblocks.com/app/contests/1945/544/problem
Code: https://ide.codingblocks.com/s/370070

Increase the size of your temp array and then check.
You can cross check with this code https://ide.codingblocks.com/s/370072

I made the changes but I am getting Run error again

declare your temp array as
int temp[e+1];
and then try

Tried this also, still the error persists. :thinking:

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.