kmp

关于字符串匹配问题的学习 1 #include<iostream> 2 #include<algorithm> 3 using namespace std; 4 char a[100],b[100]; 5 int net[100]; 6 int ans=0; 7 void initnext(char
posted @ 2020-11-08 10:55  ideologue  阅读(52)  评论(0编辑  收藏  举报