RocksonLee's Blog

arrow_backKMP共1篇文章

avatar
RocksonLee
2021-12-09 13:38:33

```cpp

include <bits/stdc++.h>

using namespace std;

define il inline

define N 1000100

define Inf 0x3f3f3f3f

int Kmp[N]; char Mode[N], S[N]; i

1/1
Search
search