|  | 
|  | 
| вернуться в форум | Can u give some hints... i thing there is a dynamic programming formula that i can't find.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. I found equal formula and got WA8 (( | 
 | 
|