3065nbsp专题

HDUnbsp;3065nbsp;病毒侵袭持续中(AC自动…

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3065   分析见上一篇博客 直接附代码: #include<stdio.h> #include<string.h> #include<stdlib.h> typedef struct point{    int count;    struct point *fail,*next[26]; }*T