AC 自动机在这里
摘要:
HDU 3065,模板(备忘录)#include#include#include#include#includeusing namespace std;#define M 2222222char sx[1111][128];int n;char s[M];struct Trie{ ... 阅读全文
posted @ 2014-07-07 21:23 forgot93 阅读(199) 评论(0) 推荐(0)
posted @ 2014-07-07 21:23 forgot93 阅读(199) 评论(0) 推荐(0)
posted @ 2014-07-07 18:55 forgot93 阅读(152) 评论(0) 推荐(0)
posted @ 2014-07-07 12:58 forgot93 阅读(206) 评论(0) 推荐(0)
posted @ 2014-07-07 12:45 forgot93 阅读(173) 评论(0) 推荐(0)