摘要: #include <bits/stdc++.h> using namespace std; const int N=2e5+5; int n,cnt=0,didx=0,idx[N],ans[N]; string s[N]; struct Node { int son[26],idx,fail,ans 阅读全文
posted @ 2025-11-13 21:33 wtnbl 阅读(4) 评论(0) 推荐(0)