This is my short solution unfortunately I am getting a TLE.↵
I tried to calculate and Iam doing know that it should be a TLE, since 1e6 * 3.32 * 6 * 20 > 1e8↵
but this is the worst case complexity and chances are it may never be reached.↵
I have seen that other have written nlogn solution as well using binary search.↵
Could anyone help me optimize my solution a little bit.↵
Thank you very much↵
https://codeforces.net/contest/1379/submission/146460768↵
I tried to calculate and I
but this is the worst case complexity and chances are it may never be reached.↵
I have seen that other have written nlogn solution as well using binary search.↵
Could anyone help me optimize my solution a little bit.↵
Thank you very much↵
https://codeforces.net/contest/1379/submission/146460768↵