Just_fcking_around's blog

By Just_fcking_around, history, 2 years ago, In English

I was solving the problem 1294E - Получи перестановку and got a TLE on test case 7 (Submission link: 185458543).

I submitted the same code with C++14 185458671 and C++17 185458742 and both passed under 100ms, can someone explain what is happening?

Full text and comments »