I think my solution has a time complexity of O(nlogn) as I am doing binary search on answer but it still gives TLE, why is it giving TLE . This is the problem link:- https://codeforces.me/contest/126/problem/B
This is my solution:- https://codeforces.me/contest/126/submission/271378723
Please help in this