Please check this code, it is giving tle for sum test cases.
Not able to pass all testcases
Please add this in your code
ios_base::sync_with_stdio(false);cin.tie(NULL);
where should i add this?
Add it in the start of your main function
Thanks this worked… please explain how this worked.
to handle input and output fastly for large data this is used.
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.