主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
阿离
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
10
发帖
0
笔记
0
Ta的粉丝
99
关注数
0
粉丝数
99
获赞数
5
阅读数
6878
天津大学-畅通工程 题解:
#include <bits/stdc++.h> using namespace std; const int maxn=1000+5; int fa[maxn]; int find(int x){ if(x==fa[x]) ...
P1846
2024年3月30日 17:23
回复 0
|
赞 0
|
浏览 584
还是畅通工程 题解:
#include <bits/stdc++.h> using namespace std; const int maxn=105; int fa[maxn]; struct node{ int n1,n2,km; }edge[m...
P1341
2024年3月18日 18:34
回复 0
|
赞 0
|
浏览 430
继续畅通工程 题解:稍微修改1312
#include <bits/stdc++.h> using namespace std; const int maxn=105; int fa[maxn]; struct node{ int u,v,w,m; }edge[maxn*maxn]; i...
P1311
2024年3月18日 18:06
回复 0
|
赞 1
|
浏览 596
刷出一道墙 题解:cout<<f[i]<<endl超时问题
#include <bits/stdc++.h> using namespace std; const int maxn =2e5+10; int f[maxn]; int main(){ int a,b; &nbs...
P1209
2024年3月15日 12:53
回复 0
|
赞 1
|
浏览 796
二叉排序树 - 华科 题解:边遍历边输出
#include <bits/stdc++.h> using namespace std; typedef struct node{ int data; struct node *rchild,...
P1396
2024年3月15日 08:27
回复 0
|
赞 2
|
浏览 785
哈夫曼树 题解:最小栈做法
#include <bits/stdc++.h> using namespace std; int main() { int n, x; while(cin>>n){ &nb...
P1382
2024年3月13日 17:09
回复 0
|
赞 0
|
浏览 512
十进制和二进制 题解:这为什吗不对呀
#include <bits/stdc++.h> using namespace std; int main(){ char s[105]; int n;  ...
P1176
2024年3月2日 19:39
回复 3
|
赞 0
|
浏览 905
日期累加 题解:跨年之后需要重新重新计算二月份天数,否则只能通过百分之五十
#include <bits/stdc++.h> using namespace std; struct node{ int year; int month; &nb...
P1446
2024年3月6日 11:10
回复 0
|
赞 0
|
浏览 561
日期 题解:c语言版本,检测半天发现是a[i]写成a[month]
#include <bits/stdc++.h> using namespace std; int f[13]={0,31,29,31,30,31,30,31,31,30,31,30,31}; int main(){ int m...
P1011
2024年3月5日 19:30
回复 0
|
赞 0
|
浏览 886
旋转方阵 题解:c语言解法
#include <bits/stdc++.h> using namespace std; int a[21][21]; int main(){ int n; int cnt=1; &n...
P1216
2024年3月4日 22:48
回复 0
|
赞 1
|
浏览 823
本科学校:河南牧业经济学院
目标学校:河南大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!