| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:怎么有问题啊?我看不出来啊In Reply To:Re:怎么有问题啊?我看不出来啊 Posted by:ACM06019 at 2006-10-07 18:58:39 dp[i][j]=min{ dp[i][k] + value}
value对应着是一个值由dp[i][k]决定的一个状态。
但我的程序保存的是dp[i][k]最优解时的状态,
但他们说当前最优解可能不是由上一状态的最优解推出的。。。
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator