摘要: 题目大意:给定n个模式串和1个文本串,求有多少个模式串在文本串里出现过。 题解:AC自动机 卡点:无 C++ Code: 阅读全文
posted @ 2018-07-27 19:56 Memory_of_winter 阅读(192) 评论(0) 推荐(0) 编辑