yzb_
yzb_
全部文章
分类
归档
标签
去牛客网
登录
/
注册
yzb_的博客
全部文章
(共2篇)
题解 | 后缀子串排序
#include<bits/stdc++.h> #include <cstring> using namespace std; int main() { string str; cin>>str; vector<string>...
2025-05-10
0
10
题解 | 找位置
#include<bits/stdc++.h> using namespace std; int main() { string m; while(cin>>m){ unordered_map<char,vector<int>...
2025-05-08
0
12