摘要: 结构体封装的trie 之前TLE了很多次 原因是因为cnt用完没清空... #include <bits/stdc++.h> #define il inline #define re register using namespace std; const int N=3e6+10; il int r 阅读全文
posted @ 2022-11-24 07:51 Diamondan 阅读(32) 评论(0) 推荐(0)