摘要: #include <bits/stdc++.h> using namespace std; const int N = 1e5 + 8, M = 1e6 + 2; char p[N], s[M]; int n, m, ne[M]; int main(){ // p --> 模板串 s --> 模式串 阅读全文
posted @ 2021-04-20 16:05 Carrot_Rui 阅读(40) 评论(0) 推荐(0)