摘要:
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)
浙公网安备 33010602011771号