题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2222
分析见大牛:http://www.cppblog.com/mythit/archive/2009/07/30/80633.html
模版见大神:http://archive.cnblogs.com/a/2206679/
这个模版貌似废话比较多,其实可以更简略的~ ~ ~
附上自己的代码:
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 500008
typedef struct point{
}*Tree,Node;
Tree root;
char str[1000008];
Tree Q[500008];
Tree NEW()
{
}
void Build(char ss[])
{
}
void AC_Automation()
{