首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
riddle
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
7
关注数
0
粉丝数
7
获赞数
9
阅读数
1059
二叉树(北京邮电大学) 题解:
二刷后,思路更清晰 #include <iostream> using namespace std; typedef struct node { char data; struct node *lchild,*rchild; }*Tre...
P1561
2025年3月23日 16:47
回复 0
|
赞 2
|
浏览 156
计算表达式 题解:
比较好理解的,代码有些冗余,但思路比较清晰 #include <iostream> #include <stack> #include <map> #include <cctype> using namespace std; ...
P1281
2025年3月23日 09:53
回复 0
|
赞 2
|
浏览 139
最大素因子 题解:
#include <iostream> #include <math.h> using namespace std; const int maxn=1000150; int cnt;//统计素数个数 int primes[maxn];//存储素数的数组...
P1464
2025年3月22日 14:33
回复 0
|
赞 3
|
浏览 175
继续畅通工程 题解:
#include <iostream> #include <algorithm> using namespace std; const int maxn = 105; struct node { int u; // 边的起点 i...
P1311
2025年3月18日 16:27
回复 0
|
赞 1
|
浏览 292
继续畅通工程 题解:
#include <iostream> #include <algorithm> using namespace std; const int maxn = 105; struct node { int u; // 边的起点 i...
P1311
2025年3月18日 16:26
回复 0
|
赞 1
|
浏览 297
本科学校:赤峰学院
目标学校:华南农业大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!