摘要: Passwords Gym - 101174E ac自动机 + DP 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int sigma = 26; 4 const int maxnode = 1010; 5 const int m 阅读全文
posted @ 2017-10-12 17:47 yijiull 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Censored! POJ - 1625 ac自动机 + 高精度 + dp 1 #include <iostream> 2 #include <queue> 3 #include <cstring> 4 #include <cstdio> 5 #include <algorithm> 6 using 阅读全文
posted @ 2017-10-12 08:11 yijiull 阅读(211) 评论(0) 推荐(0) 编辑