摘要: AC自动机+DFS#include #include #include using namespace std;#define D(x) const int MAX_LEN = 3 * (1e4) + 10;const int MAX_NODE_NUM = MAX_LEN;const int MAX... 阅读全文
posted @ 2015-03-23 22:01 undefined2024 阅读(140) 评论(0) 推荐(0)