主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
1935569240
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
37
发帖
0
笔记
0
Ta的粉丝
98
关注数
1
粉丝数
98
获赞数
4
阅读数
21753
还是畅通工程 题解:简单的
#include<iostream> #include<algorithm> #include<string> #include<string.h> using namespace std; //定义结点之间的连接信息 struc...
P1341
2024年3月12日 10:40
回复 0
|
赞 0
|
浏览 501
继续畅通工程 题解:简单代码来了:
#include<iostream> #include<algorithm> #include<string> #include<string.h> using namespace std; //定义结点之间的连接信息 struc...
P1311
2024年3月12日 10:36
回复 0
|
赞 0
|
浏览 559
生化武器 题解:dfs代码如下:
#include<iostream> #include<algorithm> #include<string> #include<string.h> using namespace std; int n, m, t; //存地图的数组...
P1126
2024年3月10日 20:17
回复 0
|
赞 1
|
浏览 677
Aconly时间戳 题解:
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int cnt; ...
P1545
2024年3月10日 13:50
回复 0
|
赞 0
|
浏览 439
Aconly时间戳 题解:求指点,一直0%
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int cnt; &n...
P1545
2024年3月10日 11:34
回复 1
|
赞 0
|
浏览 460
设计密码 题解:代码如下:
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int n; &nbs...
P1548
2024年3月9日 21:36
回复 0
|
赞 0
|
浏览 505
快速排序 题解:
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int n,a[1000...
P1590
2024年3月9日 21:22
回复 0
|
赞 0
|
浏览 460
最大公约数和最小公倍数 题解:超简洁代码如下:
#include<iostream> #include<algorithm> #include<string> using namespace std; int gcd(int a,int b) { if ...
P1041
2024年3月9日 21:15
回复 0
|
赞 0
|
浏览 674
字符棱形 题解:照着输出
#include<iostream> #include<algorithm> #include<string> using namespace std; int main() { int n; &nbs...
P1473
2024年3月9日 21:08
回复 0
|
赞 0
|
浏览 486
二叉排序树 - 华科 题解:简单代码如下:
#include<iostream> #include<algorithm> #include<string> using namespace std; struct node { int data; &...
P1396
2024年3月9日 20:28
回复 0
|
赞 0
|
浏览 698
二叉搜索树 题解:代码如下:请参考
#include<iostream> #include<algorithm> #include<string> using namespace std; struct node { char data; ...
P1317
2024年3月9日 20:15
回复 0
|
赞 0
|
浏览 501
二叉排序树2 题解:简单代码如下:
#include<iostream> #include<algorithm> #include<string> using namespace std; struct node { int data; &...
P1411
2024年3月9日 19:40
回复 0
|
赞 0
|
浏览 511
击鼓传花 题解:模拟过程即可
#include<iostream> #include<algorithm> #include<string> using namespace std; struct node { int data; &...
P1018
2024年3月5日 20:25
回复 0
|
赞 0
|
浏览 703
二叉树遍历2 题解:简单递归建树方法如下:
#include<iostream> #include<algorithm> #include<string> using namespace std; struct node { char ch; &n...
P1401
2024年3月9日 16:02
回复 0
|
赞 0
|
浏览 730
二叉树(北京邮电大学) 题解:简单代码来了哦
#include<iostream> #include<algorithm> #include<string> using namespace std; struct node { char ch; &n...
P1561
2024年3月9日 15:57
回复 0
|
赞 0
|
浏览 772
二叉树2 题解:简简单单的递归来了
#include<iostream> #include<algorithm> #include<string> using namespace std; int cnt = 0; int m, n; void searchRoute(int ...
P1264
2024年3月8日 15:45
回复 0
|
赞 0
|
浏览 731
二叉树 题解:代码如下,递归
#include<iostream> #include<algorithm> #include<string> using namespace std; int a[100],b[100], cnt = 0,aNum,bNum; void se...
P1233
2024年3月8日 14:18
回复 0
|
赞 1
|
浏览 615
二叉树的建立和遍历 题解:代码如下:
#include<iostream> #include<algorithm> #include<string> using namespace std; //全局变量 string str; int len, cnt = 0,nums=0; s...
P1109
2024年3月8日 12:13
回复 0
|
赞 0
|
浏览 828
表达式的转换 题解:代码来了
#include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; struct oper { &nbs...
P1063
2024年3月7日 23:33
回复 0
|
赞 0
|
浏览 486
天津大学-计算表达式 题解:代码如下:
#include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; struct oper { &nbs...
P1845
2024年3月7日 21:14
回复 0
|
赞 0
|
浏览 684
1
2
本科学校:贵州大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!