Why I am getting TLE in GNU C++17 and not GNU C++11 using same code?
I was solving Div.1 264A . But I am getting TLE for that which I think I shouldn't get. After changing lang from GNU C++17 to GNU C++11, I got accecpted for that problem using same code. Is there any specific reason for that ?
Thank you.
Codeforces Round 1123 Solution Discussion