#include <stdio.h> #include <string.h> #define M 3002 #define MU 26 #define WLEN 12 struct node{ char to[WLEN]; node *child[MU]; node() { to[0] = '
#include <stdio.h> #include <string.h> #define M 3002 #define MU 26 #define WLEN 12 struct node{ char to[WLEN]; node *child[MU]; node() { to[0] = '