Блог пользователя Rafi

Автор Rafi, история, 9 месяцев назад, По-английски

The courses on edu section are very helpful to learn a topic. It will be much helpful if there is a course on dp on the edu section with practice problems.

Полный текст и комментарии »

Теги dp
  • Проголосовать: нравится
  • +2
  • Проголосовать: не нравится

Автор Rafi, 15 месяцев назад, По-английски

I have submitted the following code in c++14, where I used policy based data structure(pbds), which didn't passed due to tle in the system test. In c++17, the result is also tle.
problem link: https://codeforces.com/contest/1794/problem/C
submission link:https://codeforces.com/contest/1794/submission/196039857

But I submitted the same code with c++20(64 bit, winlibs) and got accepted.
submission link: https://codeforces.com/contest/1794/submission/196061031

What is the reason? Can anyone help?

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится