摘要: 题解:kmp算法 代码: #include <iostream>#include <algorithm>#include <cstring>#include <stdio.h>using namespace std;const int maxn=1000;char str[maxn],pattern 阅读全文
posted @ 2020-05-13 21:06 心不懈 阅读(144) 评论(0) 推荐(0)