Getting TLE on second test case

i have written O(n) solution, but i m getting TLE in second test case.
code is here: https://ide.codingblocks.com/s/187800

Try adding the lines
ios_base::sync_with_stdio(false); cin.tie(NULL);
Just inside your main function

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.