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

2012年5月12日

摘要: 题目:http://acm.hdu.edu.cn/showproblem.php?pid=3480View Code #include <stdio.h>#include <string.h>#include <math.h>#include <algorithm>#define ll long long#define clr(a,b) memset(a, b, sizeof(a))using namespace std;const int N = 10000+10;const int M = 10000+10;const int inf = 0 阅读全文

posted @ 2012-05-12 22:17 紫华弦筝 阅读(162) 评论(0) 推荐(0) 编辑

摘要: 题目:http://acm.hust.edu.cn:8080/judge/problem/viewProblem.action?id=16331View Code #include <stdio.h>#include <string.h>#include <math.h>#include <algorithm>#define ll long long#define clr(a,b) memset(a, b, sizeof(a))using namespace std;const int N = 50000+10;const int M = 100 阅读全文

posted @ 2012-05-12 18:12 紫华弦筝 阅读(194) 评论(0) 推荐(0) 编辑

摘要: 题目:http://acm.hdu.edu.cn/showproblem.php?pid=3045View Code #include <stdio.h>#include <string.h>#include <math.h>#include <algorithm>#define ll __int64#define clr(a,b) memset(a, b, sizeof(a))using namespace std;const int N = 500000+10;const int M = 10000+10;const int inf = 0x 阅读全文

posted @ 2012-05-12 15:53 紫华弦筝 阅读(142) 评论(0) 推荐(0) 编辑