Need Help for AtCoder DP Problem

Revision en1, by vivek_shah, 2019-01-27 13:54:28

Hi all, I need help in solving this DP problem from Atcoder.
The editorial for this problem is not available in English and hence I can't get even a bit of it.
Some thoughts which came into my head after reading the problem :-
1) Oh, this is another counting problem and the constraints are too low, surely it's a DP problem.
2) The constraints on W <= 8, may be it has to do something with bitmasks ?

But, I can't figure out the state of DP and transition of DP states. It would be great help if anyone could give me some hints on how to approach this DP problem. Please explain the state and DP transition. I would love to implement the problem on my own.

A help would be appreciated. Thanks!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English vivek_shah 2019-01-27 14:09:08 20
en1 English vivek_shah 2019-01-27 13:54:28 863 Initial revision (published)