摘要:
#include #include const int M = 50000; struct tire{//路径上的权值代表字母 int nex[M][26],cnt; bool is[M]; void insert(char *s,int l){ int p=0;//踹树节点从0开始 ,from f 阅读全文
posted @ 2022-02-15 12:00
Asder1228
阅读(53)
评论(0)
推荐(0)
浙公网安备 33010602011771号