随笔分类 -  数据结构--字符串

摘要:#include#include#include#include#include#includeusing namespace std;const int root=0;int tot;struct node{ int cnt; int next[26]; void newnode... 阅读全文
posted @ 2015-05-02 01:29 BYYB_0506 阅读(207) 评论(0) 推荐(0)