摘要:
#include<iostream> #include<cstring> using namespace std; struct node { int num; node *next[26]; }*root; void join(const char *s) { node *p=root,*t; i 阅读全文
posted @ 2017-07-26 21:20
mthoutai
阅读(210)
评论(0)
推荐(0)
浙公网安备 33010602011771号