Zhora_.004's blog

By Zhora_.004, history, 2 years ago, In English

Hey CF!

Today I submitted the exact same code in C++ 20 and C++ 17. In C++ 17 it passed but TLE in C++20.

132652146 C++ 20 (TLE).

132652139 C++ 17 (ACCEPTED).

Does it mean that C++ 17 is faster than C++ 20?

Full text and comments »

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