摘要: 应该栓是Trie模板吧 #include<bits/stdc++.h> using namespace std; const int N = 1e5 + 10; int son[N][26]; int cnt[N]; int idx; char str[N]; void insert(char *s 阅读全文
posted @ 2025-08-31 20:39 shuxin5 阅读(6) 评论(0) 推荐(0)