摘要:
模板 #include <iostream> #include <string> using namespace std; void getNext(const string& p,int next[]) { int len = (int)p.size(); next[0] = -1; int k 阅读全文
posted @ 2022-11-17 16:51
Object_S
阅读(29)
评论(0)
推荐(1)
2022年11月17日