symons

___________每一天都是幸福的!!

  博客园  ::  :: 新随笔  ::  :: 订阅 订阅  :: 管理

2012年4月21日

摘要: KMP模版,网上找到的,有时间我自己写个吧~预计在2天之内。算法导论不好懂啊!!!先用着吧,这个还是比较慢。--------------------------------------------------------------------------------------------------------------------#include <iostream> #include <cstdio> #include <string> using namespace std; const int N = 1000; int sign; strin 阅读全文
posted @ 2012-04-21 21:46 symons 阅读(154) 评论(0) 推荐(0)