首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
chenxx
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
17
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
119
阅读数
4148
畅通工程2 题解:
#include<iostream> #include<vector> using namespace std; class DSU{ private: vector<int> parent; ...
P1319
2025年3月9日 22:08
回复 0
|
赞 0
|
浏览 106
幂次方 题解:
#include <iostream> using namespace std; const int num=233333; long long f(int a,int b){ if(b==0) return 1...
P1017
2025年3月9日 20:52
回复 0
|
赞 5
|
浏览 184
整除问题 题解:
#include <iostream> #include <cstring> using namespace std; const int maxm = 1000005; int p[maxm]; void ifsushu(){ &nb...
P1284
2025年3月9日 17:02
回复 0
|
赞 6
|
浏览 284
素数 题解:
#include <iostream> #include <cstring> using namespace std; const int maxm = 10005; int p[maxm]; void ifsushu(){ ...
P1375
2025年3月8日 20:54
回复 0
|
赞 1
|
浏览 128
全排列 题解:
#include<string> #include<iostream> using namespace std; struct node{ char name; int visit...
P1185
2025年3月8日 15:16
回复 0
|
赞 4
|
浏览 224
生化武器 题解:
#include <iostream> #include <cstring> #include <queue> using namespace std; // 定义地图大小和访问数组 char m[35][3...
P1126
2025年3月8日 11:22
回复 0
|
赞 5
|
浏览 219
二叉排序树2 题解:
#include<bits/stdc++.h> using namespace std; struct tree { int val; tree* left; tree* right;...
P1411
2025年3月5日 20:19
回复 0
|
赞 0
|
浏览 216
二叉树遍历2 题解:
#include <bits/stdc++.h> using namespace std; struct tree { char val; tree* left; tree* righ...
P1401
2025年3月4日 22:08
回复 0
|
赞 1
|
浏览 250
哈夫曼编码 题解:
#include<bits/stdc++.h> using namespace std; int main(){ char s[100]; while(cin>>s){  ...
P1562
2025年3月2日 13:38
回复 0
|
赞 3
|
浏览 258
进制转换2 题解:
#include<bits/stdc++.h> using namespace std; int main(){ char s[100]; //scanf("%s", &am...
P1259
2025年2月26日 20:15
回复 1
|
赞 30
|
浏览 489
组队刷题 题解:
#include<bits/stdc++.h> using namespace std; struct node{ int num; int e; doubl...
P1307
2025年3月1日 11:31
回复 0
|
赞 12
|
浏览 211
排序 题解:
#include <bits/stdc++.h> using namespace std; bool compare(const int& n1,const int& n2){ if((n1%2==1)&&am...
P1010
2025年2月28日 17:36
回复 0
|
赞 4
|
浏览 191
成绩排序 题解:
#include <bits/stdc++.h> using namespace std; struct stu{ string name; &...
P1151
2025年2月28日 11:19
回复 0
|
赞 13
|
浏览 282
加密算法 题解:
#include <bits/stdc++.h> using namespace std; int main() { char m[100]; gets(m); &n...
P1014
2025年2月27日 20:45
回复 0
|
赞 9
|
浏览 299
偷菜时间表 题解:
#include <bits/stdc++.h> using namespace std; int main() { int n; int h,m; cin>>n...
P1053
2025年2月27日 20:14
回复 0
|
赞 5
|
浏览 226
数字转换为十六进制数 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int s; while(cin>>s){  ...
P5222
2025年2月27日 09:08
回复 0
|
赞 10
|
浏览 264
二进制数 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n;  ...
P1380
2025年2月26日 18:58
回复 0
|
赞 11
|
浏览 317
本科学校:中山大学
目标学校:中山大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!