摘要:
抓住状态转移方程即可 : 从子序列 i j 中取最大 = i + 从子序列i+1,j中取最大 或 j + 从子序列i,j-1中取最大#include #include #include using namespace std;const int maxn = 100+10;int S[maxn], ... 阅读全文
posted @ 2015-03-02 21:11
rex686568
阅读(229)
评论(0)
推荐(0)
浙公网安备 33010602011771号