A strange thing

Revision en1, by BARBARIANNNNN, 2022-02-09 05:28:19

There is a strange thing between C++14 and C++20

We can see that the down two code are same, but the code using C++20 got TLE, and the code using C++14 got AC

https://codeforces.com/contest/1634/submission/145631828

https://codeforces.com/contest/1634/submission/145633066

We can also see that the down two code are same, but the code using C++14 got TLE, and the code using C++20 got AC

https://codeforces.com/problemset/submission/573/145373496

https://codeforces.com/problemset/submission/573/145372752

What's wrong with it? It there anyone could help me answer the question? Many Thanks!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English BARBARIANNNNN 2022-02-09 05:28:19 629 Initial revision (published)