随笔分类 -  动态规划--区间dp

摘要:题目 分析 大力dp。用$ dp[i][j] $表示$ [i,j] $A能得到的最高分 我看到博弈论就怂。。。 代码 #include <bits/stdc++.h> using namespace std; const int maxn=110; int S[maxn],A[maxn],vis[m 阅读全文
posted @ 2018-06-26 11:27 noble_(noblex) 阅读(140) 评论(0) 推荐(0)
摘要:题目 分析 区间dp, 详见代码 代码 /************************************************************** Problem: 1260 User: noble_ Language: C++ Result: Accepted Time:0 m 阅读全文
posted @ 2018-02-12 17:23 noble_(noblex) 阅读(134) 评论(0) 推荐(0)
摘要:Cheapest Palindrome Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 10943 Accepted: 5232 Description Keeping track of all the cows can be a 阅读全文
posted @ 2017-11-03 20:19 noble_(noblex) 阅读(184) 评论(0) 推荐(0)

/* */