摘要:
题目链接:http://poj.org/problem?id=3280题目分类:动态规划代码:#include#include#includeusing namespace std;int dp[2002][2002];int main(){ int n, m; scanf("%d %d... 阅读全文
posted @ 2015-11-03 22:37
Gssol
阅读(127)
评论(0)
推荐(0)
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1530题目分类:最大团问题 DP + DFS代码:#includeusing namespace std;const int V=100;int g[V][V], dp[V], stk[V][V], mx... 阅读全文
posted @ 2015-11-03 00:25
Gssol
阅读(184)
评论(0)
推荐(0)

浙公网安备 33010602011771号