摘要: 前置::trie , kmp AC自动机 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int MAXN = 2e5 + 5; // 模式串长度之和 int tr[MAXN][26], fail[M 阅读全文
posted @ 2025-11-03 19:16 shuxin5 阅读(2) 评论(0) 推荐(0)