Strange Problem!
Difference between en1 and en2, changed 11 character(s)
Hi,↵
I have written a simple dp solution for this problem ==> https://mirror.codeforces.com/contest/383/problem/D.↵

But its something strange that it gets accepted without memory optimizes ==> ↵
https://mirror.codeforces.com/contest/383/submission/68460051↵

and it doesnt get accepted with memory optimize ( Every state gets update only from before (i-1) So we can only have 2 rows).↵
https://mirror.codeforces.com/contest/383/submission/68460038↵

The only thing that different is in these two solutions is simple memory optimizing.↵


UPD: solved

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English BanazadehAria 2020-01-12 07:28:21 11 Tiny change: 'ing.\n\n\n' -> 'ing.\n\n\nUPD: solved'
en1 English BanazadehAria 2020-01-11 23:44:34 539 Initial revision (published)