摘要:
1 #include<iostream> 2 using namespace std; 3 int n,m; 4 const int N=1e5+10; 5 const int M=1e6+10; 6 char p[N],s[M];//p是模板串,s是源串 7 int ne[N];//ne表示前缀和 阅读全文
posted @ 2020-10-12 14:07
greenofyu
阅读(89)
评论(0)
推荐(0)
浙公网安备 33010602011771号