首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
路西法
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
12
阅读数
663
确定比赛名次 题解:
#include<stdio.h> #include<vector> #include<queue> using namespace std; int main(){ int n,m; &nb...
P1566
2025年3月25日 20:28
回复 0
|
赞 1
|
浏览 65
全排列 题解:借用next_permutation函数
提前打印一个本身 #include<stdio.h> #include<algorithm> #include<string.h> using namespace std; int main(){ c...
P1185
2025年3月25日 16:57
回复 0
|
赞 1
|
浏览 146
二叉排序树2 题解:递归建立BFS
是的,多组输入 #include<stdio.h> using namespace std; struct TreeNode{ int data; TreeNode* left; &nb...
P1411
2025年3月24日 17:23
回复 0
|
赞 1
|
浏览 85
哈夫曼树 题解:
注意是多组数据哈,否则通过率就是60% #include<stdio.h> #include<queue> using namespace std; int main(){ int n; ...
P1382
2025年3月24日 15:02
回复 0
|
赞 1
|
浏览 96
二叉树的深度 题解:
递归解法 #include<stdio.h> #include<queue> #include<string.h> #include<string> using namespace std; struct TreeNode{ ...
P4356
2025年3月24日 11:42
回复 0
|
赞 4
|
浏览 140
喝饮料问题 题解:
#include<stdio.h> #include<vector> #include<algorithm> using namespace std; struct leverage{ float mi;/...
P5128
2025年3月24日 09:37
回复 0
|
赞 4
|
浏览 131
本科学校:湖南工程学院
目标学校:湘潭大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!