Reason for runtime error while running code in C++20 ?

Revision en1, by BullyMaguire, 2021-12-01 12:37:34

My submission 137588847 for the problem 547 Div 3-G gives a runtime error while using C++ 20 but runs fine on C++17 137588814. I am interested in the reason for this.

Furthermore is it safe to stick to submitting codes in C++17 to escape such unprecedented errors?

Tags runtime error, c++20, c++17

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English BullyMaguire 2021-12-01 12:37:34 494 Initial revision (published)