Qiuqiqiu  
不管道路多么崎岖坎坷,我永远不停下追逐梦想的脚步!

2012年3月30日

摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2243AC自动机+dp+矩阵View Code 1 #include <cstdio> 2 #include <cstring> 3 using namespace std; 4 5 /**MATRIX**************************************************************/ 6 #define ET unsigned __int64 7 const int RC=30; 8 //const int md=9973; 9 struct 阅读全文
posted @ 2012-03-30 21:26 Qiuqiqiu 阅读(378) 评论(0) 推荐(0) 编辑