Merge sort recursion challenge

having run error : https://ide.codingblocks.com/s/146542

@hrishikeshjanjal in line number 10, you have taken the size of temp array to be 100, whereas, in question it is mentioned that value of N can vary from 1 to 20,000.
Just increase change the size of temp array from 100 to 20,000 in linen number 10.
Hope this helps.

sir when i upload this same code with correct code it is giving error run error (0.08s) on course ide.
please help.