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

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

We will hold Next DP Contest on AtCoder.

This contest is a collection of practice problems on dynamic programming (DP). DP is one of the most important algorithms in competitive programming because of its high versatility and wide variety of applications. Therefore, studying DP is essential for gaining a deeper understanding of competitive programming. In the past, contests such as TDPC(Japanese language only) and EDPC were held for the purpose of practicing DP.

On the other hand, as time goes by, techniques become more diverse and more widely used. Now, 12 years after TDPC and 7 years after EDPC, DP techniques that did not appear in those contests have started to show up in contests, especially in ABC and ARC. This contest focuses mainly on techniques that were not covered in TDPC or EDPC. We hope you will use it both to test your skills during the contest and to review afterward.

We are looking forward to your participation!

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

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +114 Проголосовать: не нравится

we got atcoder dp contest#2 before gta6

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

They say that the average person can only get 20 points

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +19 Проголосовать: не нравится

real great contest

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +26 Проголосовать: не нравится

When can we expect the editorial?

  • »
    »
    5 месяцев назад, скрыть # ^ |
     
    Проголосовать: нравится +10 Проголосовать: не нравится

    If you check the box of "Show editorial in other language", there is an editorial ( テーマ一覧(ネタバレ注意)) with hint that the technique are used for each problems

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

They said, if you are good at DP: 70 points. I found that Potato167 is barely good at DP, with 73 points.

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится +18 Проголосовать: не нравится

So can we got atcoder dp contest#2's editorial before gta6?

»
4 месяца назад, скрыть # |
Rev. 2  
Проголосовать: нравится +10 Проголосовать: не нравится

This solution for problem S — Two doors passes the tests. Could someone help me understand whether it is actually correct?

Solution