Merge sort code run error


plz check and tell mistake bcz its working fine for custom input

@taran9873 hey tarandeep basically there is two error in your code
1 change loop on the line no 27
for(long long int i=s;i<=e;i++)
and change the size of temp array according to the constraints size of the array is 100 change it .