首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
wut to hust
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
10
发帖
0
笔记
0
Ta的粉丝
76
关注数
0
粉丝数
76
获赞数
78
阅读数
3979
合唱队形 题解:请问一下大佬们哪里出问题了呀,只有25%
#include<bits/stdc++.h> using namespace std; int main() { int n,dp[1005],a[1005],dp2[1005]; while(...
P1253
2024年8月20日 15:52
回复 2
|
赞 10
|
浏览 630
最短路 题解:floyd with 打印路径
#include <iostream> #include <queue> using namespace std; #define INF 0x3f3f3f3f const int N = 1005; struct Edge {  ...
P1565
2025年2月28日 16:30
回复 0
|
赞 4
|
浏览 206
最短路 题解:floyd
#include <iostream> #include <queue> using namespace std; #define INF 0x3f3f3f3f const int N = 1005; struct Edge {  ...
P1565
2025年2月28日 12:50
回复 0
|
赞 5
|
浏览 167
最短路 题解:堆优化的dijkstra
#include <iostream> #include <queue> using namespace std; #define INF 0x3f3f3f3f const int N = 1005; struct Edge {  ...
P1565
2025年2月28日 11:18
回复 0
|
赞 6
|
浏览 224
P1565 最短路 答疑提问:
您好,我看高分篇说如果spfa超时可以改成优先队列,请问一下是这样改吗 原版: #include <bits/stdc++.h> using namespace std; #define INF 0x3f3f3f3f const int N = 1005; stru...
P1565
2025年2月23日 21:05
回复 1
|
赞 2
|
浏览 102
最短路 题解:
queue实现spfa #include <bits/stdc++.h> using namespace std; #define INF 0x3f3f3f3f const int N = 1005; struct Edge {  ...
P1565
2025年2月23日 20:57
回复 0
|
赞 2
|
浏览 203
请问一下,我这个为什么报运行时错误呀,本地ide运行测试用例是对的
#include <bits/stdc++.h> using namespace std; typedef struct node { char data; node* l, * r; }*tre...
P1161
2025年2月4日 20:08
回复 1
|
赞 7
|
浏览 433
畅通工程 题解:请问一下大佬们我哪一步错了,正确率只有25%,我是对着n诺的题解写的
#include<bits/stdc++.h> using namespace std; int fa[105]; int find(int i) { if(fa[i]==i) &n...
P1312
2024年8月19日 16:01
回复 2
|
赞 6
|
浏览 572
最大序列和 题解:动态规划
#include<bits/stdc++.h> using namespace std; int main() { long long n,t,sum=0,max=0; while(cin >...
P1172
2024年8月19日 18:06
回复 0
|
赞 16
|
浏览 649
全排列 调用C++库函数
#include<bits/stdc++.h> using namespace std; int main() { string s; cin >> s; ...
P1185
2024年8月17日 16:37
回复 0
|
赞 20
|
浏览 793
本科学校:武汉理工大学
目标学校:华中科技大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!