摘要: 1 // hdu 1686 KMP模板 2 3 // 没啥好说的,KMP裸题,这里是MP模板 4 5 #include 6 #include 7 #include 8 #include 9 10 using namespace std;11 12 const int MAX... 阅读全文
posted @ 2015-08-03 15:54 KingJourney 阅读(234) 评论(0) 推荐(0)