chuninsane

2015年10月31日 #

hdu 2222 Keywords Search(AC自动机模版题)

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2222题意:多个短字符串和一个长字符串,求有多长个短字符串出现在长字符串中AC自动机的模版题#include #include #include #include #define sign_ma 26#d... 阅读全文

posted @ 2015-10-31 19:30 chuninsane 阅读(134) 评论(0) 推荐(0)

导航