hdu
lyxin65
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdu2222
AC自动机模板#include <cstdio> #include <cstring> #include <algorithm> using namespace std;const int MAXN = 240005; const int MAXL = 1000005; struct ACM { int ch[MAXN][26], cnt[MAXN], f[MAXN], last[MAX原创 2015-07-10 21:29:44 · 389 阅读 · 0 评论 -
HDU4135
题目大意:求在[A,B]区间中,与n互质的的数的个数。原创 2015-08-20 15:11:02 · 782 阅读 · 0 评论
分享