首页
DreamJudge
院校信息
考研初试
机试真题
兑换中心
登录
注册
上岸
XCR553
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
4
阅读数
863
堆排序 题解:
#include <bits/stdc++.h> using namespace std; void adjustHeap(int* arr, int n, int i){ int mx = i; &n...
P2012
2025年5月23日 16:00
回复 0
|
赞 0
|
浏览 61
细菌的繁殖 题解:
什么动态规划,一个等差数列求和罢了,不知道其他题解搞那么复杂干什么 #include <bits/stdc++.h> using namespace std; int main() { int N, n; &nb...
P1033
2025年5月20日 09:33
回复 0
|
赞 1
|
浏览 68
最短路径 题解:
Dijkstra+大数模拟 #include <bits/stdc++.h> using namespace std; struct Edge{ int u,v; string w; }...
P1286
2025年5月15日 12:01
回复 1
|
赞 1
|
浏览 83
最短路径问题 题解:
#include <bits/stdc++.h> using namespace std; struct Edge{ int u,v,w,c; }; struct Node{ int u...
P1344
2025年5月14日 10:00
回复 0
|
赞 0
|
浏览 60
判断二叉树是否对称 题解:
//看了好几个都没有我的解法简单 #include <bits/stdc++.h> using namespace std; int main(){ string s; &nb...
P1551
2025年4月10日 10:34
回复 0
|
赞 1
|
浏览 280
成绩排序2.0 题解:
冒泡排序 #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n;  ...
P1159
2025年3月12日 10:10
回复 0
|
赞 1
|
浏览 311
本科学校:Fuzhou University
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!