摘要: 字符串 KMP #include<bits/stdc++.h> #define N 1000010 #define fo(a, b, c) for(int b = a; b <= c; b++) using namespace std; int n, m, b[N]; string s, t; in 阅读全文
posted @ 2025-11-10 18:16 GuoSN0410 阅读(7) 评论(0) 推荐(0)