Why am i getting TLE?

Revision en1, by im_115, 2022-01-22 01:41:11

Problem link — 1354D - Multiset
Solution link — 143561353

I am using segment tree. The time complexity of the code is O( n * ( (logN)^2 ) ) which should pass the time limit. I am also using ios_base::sync_with_stdio(0);cin.tie(0); for fast IO.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English im_115 2022-01-22 01:41:11 314 Initial revision (published)