博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年6月28日

摘要: 题目:http://acm.hdu.edu.cn/showproblem.php?pid=4003View Code #include <stdio.h>#include <string.h>#include <algorithm>#define clr(a,b) memset(a,b,sizeof(a))using namespace std;const int N = 10000+10;const int M = 20000+10;int n, e, s, k;int he[N];int ev[M], ew[M], nxt[M];int dp[N][11 阅读全文

posted @ 2012-06-28 21:40 紫华弦筝 阅读(130) 评论(0) 推荐(0) 编辑