M4357R0's blog

By M4357R0, history, 4 weeks ago, In English

Hey everyone,

I ran into something weird. I have a solution that

TLE on g++17 : 367366805

Accepted on g++23 : 367366517

Honestly, it feels a bit unfair that the exact same solution works on one compiler and not the other. I only found out about this by luck, I could’ve wasted so much time trying to come up with another solution, while mine is already correct.

Has anyone else experienced this? Any idea why the compiler version makes such a difference?

Full text and comments »

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