摘要: 1 # include<iostream> 2 # include<cstring> 3 using namespace std; 4 const int N = 55; 5 int ne[N]; 6 7 char s[N],T[N]; 8 /*s为字串,T为主串*/ 9 int main(){ 1 阅读全文
posted @ 2022-04-12 10:07 empty_y 阅读(37) 评论(0) 推荐(0)