主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
weinijuan
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
32
关注数
0
粉丝数
32
获赞数
0
阅读数
2478
我错的地方:写了init没调用
//#include <bits/stdc++.h> #include <iostream> #include <unordered_set> #include <queue> using namespace std; #defin...
P1566
2024年6月25日 16:43
回复 0
|
赞 0
|
浏览 407
I Wanna Go Home 题解:无需多言
//#include <bits/stdc++.h> #include <iostream> #include <unordered_map> #include <queue> #define maxn 605 #define fo...
P1224
2024年6月25日 16:06
回复 0
|
赞 0
|
浏览 343
最短路径 题解:最小生成树+SPFA遍历即可
//#include <bits/stdc++.h> #include <iostream> #include <algorithm> #include <unordered_map> #include <queue> us...
P1286
2024年6月25日 15:26
回复 0
|
赞 0
|
浏览 488
Hanoi塔问题 题解:
#include <bits/stdc++.h> using namespace std; int counter = 0; char comp(char a, char b) { return 'A'+'B&...
P1082
2024年6月24日 14:14
回复 0
|
赞 0
|
浏览 511
有向树形态 题解:卡特兰数
#include <bits/stdc++.h> using namespace std; int main() { int n; while (cin>>n) { &n...
P1827
2024年6月24日 10:26
回复 0
|
赞 0
|
浏览 410
剩下的树 题解:差分,sum表示当前树的数目
#include <bits/stdc++.h> using namespace std; int main() { int l,m; while (cin>>l && cin>...
P1175
2024年6月23日 19:17
回复 0
|
赞 0
|
浏览 319
本科学校:武汉大学
目标学校:北京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!