BanazadehAria's blog

By BanazadehAria, history, 7 years ago, In English

Hi, I have written this code and i am using dp for problem 553 A.What is wrong with my idea and code?

Question Link==>https://mirror.codeforces.com/contest/553/problem/A

My Submission==>55667272

  • Vote: I like it
  • -4
  • Vote: I do not like it

»
7 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by BanazadehAria (previous revision, new revision, compare).

»
7 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Try printing the dp table and inspecting the values. You should be able to deduce why your logic is wrong from there.