求求offer的土拨鼠很无聊
求求offer的土拨鼠很无聊
全部文章
分类
归档
标签
去牛客网
登录
/
注册
求求offer的土拨鼠很无聊的博客
全部文章
(共88篇)
题解 | #Freckles#
#include <iostream> #include <vector> #include <queue> #include <cstring> #include <cmath> #include <iomanip> usin...
2023-03-09
0
0
题解 | #找出直系亲属#
#include <cstring> #include <iostream> using namespace std; const int maxn=100; int child[maxn]; void outp(int gap,int flag){ string x...
2023-03-07
0
201
题解 | #谁是你的潜在朋友#
#include <iostream> #include <map> using namespace std; int main() { int n,m; while(cin>>n>>m){ int reader[n]...
2023-03-06
0
213
题解 | #开门人和关门人#
#include <cstdio> #include <iostream> #include <map> #include <algorithm> #include <cstring> #include <string> #in...
2023-03-06
0
195
题解 | #统计同成绩学生人数#
#include <iostream> #include <map> #include <vector> using namespace std; int main() { int n; while(cin>>n){ ...
2023-03-06
0
240
题解 | #搬水果#
#include <functional> #include <iostream> #include <queue> #include <vector> using namespace std; int main() { priority_q...
2023-03-06
0
298
题解 | #查找第K小数#
#include <functional> #include <iostream> #include <queue> using namespace std; int main() { int n; while(cin>>n){ ...
2023-03-06
0
289
题解 | #二叉搜索树#
#include <cstddef> #include <iostream> #include <cstring> using namespace std; struct BStree{ int data; BStree* lchild; ...
2023-03-06
0
311
题解 | #二叉树遍历#
#include <cstddef> #include <iostream> #include <cstring> using namespace std; struct Bitree{ char data; struct Bitree* lchi...
2023-03-06
0
233
题解 | #二叉树遍历#
#include <cstddef> #include <iostream> #include <cstring> #include <string> using namespace std; struct BinaryT{ char data...
2023-03-06
0
0
首页
上一页
1
2
3
4
5
6
7
8
9
下一页
末页