摘要: #include<bits/stdc++.h>using namespace std;const int maxn = 1e7 + 5;const int MAX = 10000000;int cnt;struct node{ node *next[26]; node *fail; int sum; 阅读全文
posted @ 2018-02-22 13:04 DukeLv 阅读(260) 评论(0) 推荐(0) 编辑