菜菜的李会更好
菜菜的李会更好
全部文章
分类
归档
标签
去牛客网
登录
/
注册
菜菜的李会更好的博客
全部文章
(共4篇)
题解 | BFS
#include<bits/stdc++.h> using namespace std; int main(){ string s; cin>>s; int l=s.size(); int target=-1; for(int i=0;...
2026-01-23
0
14
题解 | 单组_二维数组
#include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n>>m; vector<long long>arr(m); long lon...
2026-01-22
0
12
题解 | 记数问题
#include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); long n,x,count; cin>&...
2026-01-21
0
14
题解 | 牛牛的数学作业
#include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int T; cin>>T; ...
2026-01-21
0
12