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?

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
79 minutes ago, # |
  Vote: I like it +6 Vote: I do not like it

unreadable code