摘要:
视频链接:F07【模板】01Trie 最大异或对_哔哩哔哩_bilibili // 01Trie 最大异或对 #include <iostream> using namespace std; const int N=100010; int n, a[N]; int ch[N*31][2],cnt; 阅读全文
posted @ 2022-04-15 08:56
董晓
阅读(1070)
评论(0)
推荐(1)
摘要:
F06 字典树(Trie)_哔哩哔哩_bilibi P8306 【模板】字典树 - 洛谷 // 字典树 O(n) #include<bits/stdc++.h> using namespace std; const int N=3000005; int T,q,n; char s[N]; int c 阅读全文
posted @ 2022-04-15 08:49
董晓
阅读(2224)
评论(3)
推荐(4)
浙公网安备 33010602011771号