Problem while constructing solution in DP
Difference between en1 and en2, changed 6 character(s)
Please look at problem [here](http://codeforces.com/problemset/problem/538/B). I figured out how to do it:↵
1. I will check among all possible quasibinary numbers which provides me least numbers o
df such numbers whose sum is        equal to n(the given number)↵
2. I memoize the solution. Basic 
dpDP stuff.↵
3. In all my tests I got correct answer for number of numbers but I can't construct the solution i.e actual numbers which form the solution. Can you help me with this. ↵

I have submitted my solution [here](http://codeforces.com/contest/538/submission/23388905)↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English hulk_baba 2016-12-29 04:26:30 15
en2 English hulk_baba 2016-12-29 04:12:00 6
en1 English hulk_baba 2016-12-29 04:11:07 610 Initial revision (published)