摘要: 后缀自动机五·重复旋律8 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 100010; 4 5 char s[maxn], p[maxn<<1]; 6 int maxlen[maxn<<1], minlen[ 阅读全文
posted @ 2018-03-06 19:35 yijiull 阅读(203) 评论(0) 推荐(0) 编辑