摘要: P5357 【模板】AC自动机(二次加强版) 该代码只有76分,一些样例超时 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 2e6+5; 4 struct word { 5 int num; // 出现次数 阅读全文
posted @ 2019-10-21 13:08 麻辣猪仔 阅读(173) 评论(0) 推荐(0)