Hi, I am facing some confusions about the time complexity of the codes we submit. If the time limit per test=1 second,
doesn't that mean if t=3, total 3*1 seconds will be needed at max? I mean maximum 3 seconds in total is available , right?
According to my calculation, the time complexity of my provided solution is
n*log(a_max), where a_max= max(vector a)
I am confused why it is getting TLE everytime.
And I think I have little knowledge, so asking.
Do enlighten me with your knowledge's lumen.
Thanks