平凡的小白
平凡的小白
全部文章
题解
未归档(48)
归档
标签
去牛客网
登录
/
注册
平凡的小白的博客
全部文章
/ 题解
(共1篇)
B. Password
来自专栏
题意: 找最长的子串,在前缀、后缀以及中间(不包括首尾字符)出现过。 #include<bits/stdc++.h> using namespace std; void zft(string s) { int n=(int)s.length(); vector<int>z...
z函数
2022-04-04
1
617