Issues with C++23 for Interactive Problems

Revision en1, by efgsa430, 2024-12-21 23:43:57

We are already familiar that each update of C++ comes with some new features and some new issue as well.

Today I faced a similar issue while upsolving yesterday's E Broken Queries

Here is my code which got accepted in C++ 17

But the same code gives a TLE on C++ 23

I would be grateful if anyone explains the reason for this.

Tags c++23

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English efgsa430 2024-12-21 23:43:57 568 Initial revision (published)