Блог пользователя Ashish

Автор Ashish, история, 6 лет назад, По-английски

Why is this code for this problem getting a TLE verdict. The sum of the size of the vector during individual sorts would never exceed 2*10^5. I did the same thing here and got an AC verdict.

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Off-topic but how can I hack your TLE solution?

int dont_hack_please;

»
6 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

I removed your prints to error stream and it passed.

https://mirror.codeforces.com/contest/1107/submission/49026223