- 博客(2)
- 收藏
- 关注
原创 hdu1711 Number Sequence(KMP算法)
题目链接 简单的KMP模板题 #include <iostream> #include <stdio.h> #include <string.h> const int maxn = 1000000 + 10; using namespace std; int nexts[10000 + 10]; int n, m; int a[maxn], b[10000 +...
2018-09-24 09:11:57
120
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人