摘要: AC Automata template by ZTL #include <iostream> #include <queue> using namespace std; const int MAXN = 1e6 + 10; const int MAXN_N = 1e4 + 10; // Trie 阅读全文
posted @ 2020-06-20 09:35 ZTL-UwU 阅读(164) 评论(0) 推荐(0)