摘要: 后缀自动机三·重复旋律6 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 1000010; 4 char s[maxn]; 5 int maxlen[maxn<<1], minlen[maxn<<1], tr[ 阅读全文
posted @ 2018-03-04 21:49 yijiull 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 后缀自动机二·重复旋律5 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 1000010; 4 char s[maxn]; 5 int maxlen[maxn<<1], minlen[maxn<<1], tr[ 阅读全文
posted @ 2018-03-04 21:48 yijiull 阅读(188) 评论(0) 推荐(0) 编辑