主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
猪蹄子全是肉
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
15
发帖
0
笔记
0
Ta的粉丝
142
关注数
0
粉丝数
142
获赞数
26
阅读数
19202
迷宫 题解:
#include <cstring> #include <iostream> #include <algorithm> #include <queue> using namespace std; typedef pair<...
P1563
2023年5月11日 15:59
回复 1
|
赞 2
|
浏览 1.5k
01序列 题解:
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main(){ // 遍历 0 ~ 63 这 64 个整数 ...
P1001
2023年5月2日 14:03
回复 1
|
赞 6
|
浏览 2.2k
石油储藏 题解:
#include <cstring> #include <iostream> #include <algorithm> #include <queue> using namespace std; typedef pair<...
P1564
2023年5月11日 16:37
回复 0
|
赞 2
|
浏览 987
成绩排序 题解:
#include <iostream> #include <algorithm> #include "vector" using namespace std; typedef pair<string, int> PII;&nb...
P1151
2023年5月4日 19:32
回复 0
|
赞 1
|
浏览 1.0k
快速排序 - 西工大 题解:
#include <iostream> using namespace std; const int N = 100010; int q[N]; // 定义数组 void quick_sort(int q[], int l, int r) {&n...
P1716
2023年5月4日 18:38
回复 0
|
赞 1
|
浏览 1.3k
密码翻译 题解:
#include <iostream> #include <cstring> // 引用头文件 using namespace std; int main() { string s; // 定义字...
P1179
2023年5月4日 18:36
回复 0
|
赞 1
|
浏览 998
快速排序 题解:
#include <iostream> using namespace std; const int N = 100010; int q[N]; // 定义数组 void quick_sort(int q[], int l, int r) {&n...
P1590
2023年5月4日 18:27
回复 0
|
赞 2
|
浏览 974
整除 题解:
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; int res=0; // ...
P1007
2023年5月4日 17:50
回复 0
|
赞 2
|
浏览 1.6k
数字统计 题解:
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; const int N = 100010...
P1002
2023年5月4日 17:36
回复 0
|
赞 1
|
浏览 1.1k
求1到n的和 题解:
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; int n, res; // 定义变...
P1133
2023年5月4日 16:40
回复 0
|
赞 1
|
浏览 1.1k
排序 题解:
#include <iostream> #include <algorithm> using namespace std; const int N = 1010; int n, a[N]; int main(){ /...
P1010
2023年5月4日 16:35
回复 0
|
赞 2
|
浏览 1.4k
字符串翻转 题解:
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; char s[110]; // ...
P1006
2023年5月4日 16:19
回复 0
|
赞 1
|
浏览 1.3k
计算Sn 题解:
#include <iostream> #include <algorithm> #include <cmath> using namespace std; int n, m, res, nn; // n 存储输入的数字,m 存储数字位数,res...
P1043
2023年5月4日 16:10
回复 0
|
赞 1
|
浏览 1.1k
堆的判断 题解:
#include <iostream> #include <algorithm> using namespace std; const int N = 100010; int n; int h[N], cnt, flag; // h 存储堆,cnt...
P1127
2023年5月4日 15:51
回复 0
|
赞 2
|
浏览 984
0和1的个数 题解:
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main(){ int a,res...
P1008
2023年5月2日 13:51
回复 0
|
赞 1
|
浏览 1.4k
本科学校:清华大学
目标学校:清华大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!