1 内核依赖
You require a Linux kernel version > 2.6.18. Connection Tracking System. CONFIG_NF_CONNTRACKm CONFIG_NF_CONNTRACK_IPV4m CONFIG_NF_CONNTRACK_IPV6m (if your setup supports IPv6) nfnetlink: the generic messaging interface for Netfilter. CONF…
1、B站视频链接:F06 字典树(Trie)_哔哩哔哩_bilibili
题目链接:【模板】字典树 - 洛谷 #include <bits/stdc.h>
using namespace std;
const int N100010;
int n;
char s[N];
int ch[N][26];//ch[0][2]1表示0号节点通过c边走到了节点1
int cnt[…