ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1036. Lucky Tickets

Can u give some hints... i thing there is a dynamic programming formula that i can't find.
Posted by Costel::icerapper@k.ro 27 Feb 2002 22:23
Re: Can u give some hints... i thing there is a dynamic programming formula that i can't find.

result[N][S] = result[N-1][S-i] (where i from 0 to 9 inclusive and S-i >=0)

Edited by author 08.07.2010 15:25
Re: Can u give some hints... i thing there is a dynamic programming formula that i can't find.
Posted by TheDreamCatcher 4 Sep 2011 20:09
I found equal formula and got WA8 ((