In the recent CF round 752, my solution gave WA in C++20 while it got AC in C++17.
Can someone explain the reason?
Links-
WA (C++20) https://codeforces.me/contest/1604/submission/133650638
AC (C++17) https://codeforces.me/contest/1604/submission/133701300
Thanks!