------DP------
latstars
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVALive-4126 AC自动机
#include<cstdio> #include<cstring> #include<algorithm> #include<iostream> #include<cmath> #include<queue> #include<vector> #include<string> using namespace std; const int SIGMA_SIZE=26; const int MAXNO原创 2017-10-08 15:01:38 · 352 阅读 · 0 评论 -
HDU 4532 组合数+动态规划
#include<cstdio> #include<cstring> #include<algorithm> #include<iostream> using namespace std; const int maxn=47+3; const int maxm=447+10; int A[maxn]; typedef long long LL; const int mod=1e9+7; LL fac原创 2017-10-08 20:27:27 · 459 阅读 · 0 评论
分享