rt 另,把变量或者函数封装进结构体可以避免冲突吗? 比如 struct edge{int next}; 或者 struct trie{void insert {...}};
struct edge{int next};
struct trie{void insert {...}};