DisconnectedGraph's blog

By DisconnectedGraph, history, 4 hours ago, In English

When I'm solving 1303G, I submitted with C++17 and C++20(same code).

In C++17, the code passes test 2 easily (109ms).

However, the code gets TLE in C++20 (time limit is 6s).

I'm confused, is there an undefined behavior in my code or is the C++20 compiler bugged?

Full text and comments »

  • Vote: I like it
  • -3
  • Vote: I do not like it