摘要: 存个板子 #include <bits/stdc++.h> using namespace std; const int maxn = 1e6 + 10; int trie[maxn][26]; int flag[maxn]; int fail[maxn]; int tol; void Insert 阅读全文
posted @ 2019-04-09 22:10 Mrzdtz220 阅读(175) 评论(0) 推荐(0)