摘要:
#include using namespace std;#include const int maxn=26;struct node { node *next[maxn]; int step;};void Create(node *T,char *str){ int len=strlen(str); for (int i=0;inext [id]==NULL) { node *p=(node *)malloc(sizeof(node)); p->step =1; for (int j=0;... 阅读全文
posted @ 2013-08-23 20:43
不知妖精
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号