摘要: 模板: 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N = 1000010; 4 int trie[N][30]; 5 int color[N]; 6 int k = 1; 7 8 void insert_trie(cha 阅读全文
posted @ 2022-07-27 10:20 Keyzee 阅读(29) 评论(0) 推荐(0) 编辑