Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

черновик:

Need help for SEERC 2019 B

Правка ru1, от Shivatinker, 2019-10-21 20:45:32

Hello everyone. I am stuck with upsolving problem B from SEERC-2019. Problem statement

Even after reading editorials and realizing that my solution seems correct, I keep getting WA#5 on codeforces. I am doing dp, like described in editorial, and sorting all quest before by $$$x_i$$$. I am using $$$dp[j][k]$$$ array and $$$tmp[j][k]$$$ array on every iteration because I need to use every quest at most one time. So I am doing optimization on $$$tmp$$$ array, and then copy its contents back to $$$dp$$$. Then answer should be at $$$dp[s_1][s_1]$$$.

I`ll be very glad if someone more experienced than me could help me find the test, where my solution fails or maybe just give me some hints.

Thank you!

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский Shivatinker 2019-10-21 23:00:40 83
en3 Английский Shivatinker 2019-10-21 22:40:27 194
en2 Английский Shivatinker 2019-10-21 21:44:27 2 Tiny change: 'dp[s_1][s_1]$.\n\nI`l' -> 'dp[s_1][s_2]$.\n\nI`l'
en1 Английский Shivatinker 2019-10-21 20:54:42 2277 Initial revision for English translation
ru1 Русский Shivatinker 2019-10-21 20:45:32 862 Первая редакция (сохранено в черновиках)