my output is correct but my code is not getting submitted
here is my code :https://ide.codingblocks.com/s/326927
Merge Sort Recursion
it is mentioned in question that n can go upto 200000, but you have taken the size of array to be 100005 which is smaller thats why you are getting runtime error