区域赛
文章平均质量分 77
寒笑f
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Fuzhou 2011 Xiangqi
今天跟人做这个,超级模拟,wa了七次……#include #include #include using namespace std;const int ch_x[4] = {-1, 0, 1, 0};const int ch_y[4] = {0, 1, 0, -1};const int ho_x[8] = {-2, -2, -1, 1, 2, 2, 1, -1};con原创 2012-03-24 18:53:03 · 627 阅读 · 0 评论 -
天津 2010 I'm telling the truth
最大匹配。从后往前匹配就可以知道最大的序列。#include #include #include #include #include #include #define MaxN 100005#define MaxS 65using namespace std;bool checked[MaxN];int x[MaxS];int y[MaxN];int stu;原创 2012-04-19 17:04:40 · 1150 阅读 · 0 评论
分享