2014年6月30日

【HDOJ】2896 病毒侵袭

摘要: AC自动机模板题。 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <queue> 5 using namespace std; 6 7 #define TRIEN 128 8 #define MAX 阅读全文

posted @ 2014-06-30 00:27 Bombe 阅读(284) 评论(0) 推荐(0) 编辑

导航