in my code (“https://ide.codingblocks.com/s/89039”) it is giving runtime error,while it is correct for given test case
Giving Runtime error on merge sort Code
hi ayush
just modify the long long t array to long long t[10000000]; without initializing it to 0 because that would give TLE