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

Автор BeyondHeaven, история, 11 месяцев назад, По-английски

I was practicing an old problem 757G and I met a huge speed difference among different c++ standard.

I received TLE (> 5000ms) when submitting with c++17 (64, win). But the exact same code do run fast (< 800ms) in the corresponding testcase when submitting with c++17 or c++20 (64, win).

I'm wondering why this could happen. I will be graceful if kindly everybody could point out the reason.

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

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

Auto comment: topic has been updated by BeyondHeaven (previous revision, new revision, compare).