POJ2533解题报告
摘要:
水题一道,分析方法见前一篇博客。代码如下:#include using namespace std;int a[1001], dp[1001];int main() { int n; while (cin >> n) { for (int i = 1; i > a[i]; int max = 0; for (int i = 1; i max) max = dp[i]; } cout 阅读全文
posted @ 2012-02-03 15:44
见路非道
阅读(108)
评论(0)
推荐(0)
浙公网安备 33010602011771号