题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2896
AC自动机一枚,不解释,分析看前面文章
附上代码:
#include<cstdio>
#include<cstdlib>
#include<cstring>
#include<queue>
#include<iostream>
using namespace std;
typedef struct point{
}*Tree,Node;
int data[3],num;
Tree root;
char str[10001];
int cmp(const void *a,const void *b)
{
}
Tree NEW()
{
}
void Build(char ss[],int u)
{
}
void AC_Automation()
{
}
int search()
{