摘要: #include <iostream>#include <stdio.h>using namespace std;const int N=10010;int son[N][26],cnt[N],idx;char str[N];void insert(char str[]){ int p=0; for 阅读全文
posted @ 2021-10-07 09:12 小白QIU 阅读(26) 评论(0) 推荐(0)