coder_bai
coder_bai
全部文章
分类
归档
标签
去牛客网
登录
/
注册
coder_bai的博客
全部文章
(共59篇)
题解 | #金字塔图案#
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<algorithm> #include<iostream> #i...
2023-03-16
0
0
题解 | #首字母大写#
#include <iostream> #include <math.h> #include<bits/stdc++.h> using namespace std; int main(){ string str; while(getline(c...
2023-03-05
0
237
题解 | #最简真分数#
#include <iostream> #include <math.h> #include<bits/stdc++.h> using namespace std; const int MAXN=1000+10; int ans[MAXN]; bool cmp...
2023-03-05
0
205
题解 | #二叉树遍历#
#include <iostream> #include <math.h> #include<bits/stdc++.h> using namespace std; struct Treenode{ char val; Treenode*left...
2023-03-05
0
220
题解 | #查找学生信息#
#include <iostream> #include <math.h> #include<bits/stdc++.h> using namespace std; int main() { map<string,string>xudon...
2023-03-05
0
267
题解 | #数字反转#
#include <iostream> #include <math.h> #include<bits/stdc++.h> using namespace std; int main() { int a,b; while(cin>>...
2023-03-05
0
264
题解 | #二叉树遍历#
#include <iostream> #include <math.h> #include<bits/stdc++.h> using namespace std; string str; int pos; struct Tnode { char va...
2023-03-04
0
256
题解 | #代理服务器#
#include <iostream> #include <math.h> #include<bits/stdc++.h> using namespace std; vector<string>daili; vector<str...
2023-03-04
0
250
题解 | #编排字符串#
#include <bits/stdc++.h> #include <map> #include<vector> #include <stdio.h> using namespace std; int main(){ int m; ci...
2023-02-23
0
252
题解 | #后缀子串排序#
#include <bits/stdc++.h> #include <map> #include<vector> #include <stdio.h> using namespace std; string str; int main(){ ...
2023-02-22
0
218
首页
上一页
1
2
3
4
5
6
下一页
末页