摘要: 支持两个操作,插入和查询; #include<bits/stdc++.h> using namespace std; const int N=100100; int son[N][26]; int cnt[N]; int idx; char op[2]; char str[N]; void inse 阅读全文
posted @ 2020-08-26 10:17 邦的轩辕 阅读(36) 评论(0) 推荐(0)