主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
easymoney
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
33
发帖
0
笔记
0
Ta的粉丝
78
关注数
0
粉丝数
78
获赞数
3
阅读数
18380
括号的匹配 题解:
#include <stdio.h> #include <iostream> #include <algorithm> #include <stack> #include <string> using namespace...
P1067
2024年3月23日 15:23
回复 0
|
赞 0
|
浏览 576
括号匹配 题解:
#include <stdio.h> #include <iostream> #include <algorithm> #include <stack> #include <string.h> using namespa...
P1501
2024年3月22日 15:27
回复 0
|
赞 0
|
浏览 569
质因数个数 题解:
#include <stdio.h> #include <cstring> #include <iostream> using namespace std; const int maxn = 1000000 + 5; int prime[maxn]...
P1156
2024年3月21日 20:32
回复 0
|
赞 0
|
浏览 602
素数 题解:
#include <stdio.h> #include <cstring> #include <iostream> using namespace std; const int maxn = 1000000 + 5; int prime[max...
P1375
2024年3月19日 09:56
回复 0
|
赞 0
|
浏览 408
素数判定 题解:
#include <stdio.h> #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int maxn =...
P1102
2024年3月19日 09:42
回复 0
|
赞 0
|
浏览 435
素数判定 - 哈尔滨工业大学 题解:
#include <stdio.h> #include <iostream> #include <math.h> #include <algorithm> using namespace std; int main(){ int...
P1355
2024年3月18日 12:10
回复 0
|
赞 0
|
浏览 425
判断素数 题解:
#include <stdio.h> #include <algorithm> #include <iostream> #include <math.h> using namespace std; int main(){ int...
P1013
2024年3月18日 11:48
回复 0
|
赞 0
|
浏览 738
最简真分数 题解:
#include <stdio.h> #include <iostream> #include <algorithm> using namespace std; int main(){ int n; int num[605]; whi...
P1180
2024年3月18日 10:33
回复 0
|
赞 0
|
浏览 487
求S(n) 题解:
#include <stdio.h> #include <iostream> #include <algorithm> using namespace std; int main(){ int n; while(cin >> ...
P1500
2024年3月18日 09:22
回复 0
|
赞 0
|
浏览 416
喝饮料 题解:(60%)
#include <stdio.h> #include <iostream> #include <algorithm> #include <string> #include <map> using namespace s...
P1478
2024年3月17日 11:28
回复 1
|
赞 0
|
浏览 478
查找第K小数 题解:
#include <stdio.h> #include <iostream> #include <algorithm> #include <string> #include <map> using namespace s...
P1383
2024年3月17日 09:41
回复 0
|
赞 0
|
浏览 547
查找1 题解:
#include <stdio.h> #include <algorithm> #include <iostream> #include <string> #include <map> using namespace s...
P1388
2024年3月17日 09:00
回复 0
|
赞 0
|
浏览 663
查找学生信息 题解:(0%)
#include <stdio.h> #include <iostream> #include <algorithm> #include <map> using namespace std; int main(){ int n,...
P1177
2024年3月16日 12:06
回复 1
|
赞 0
|
浏览 652
动态查找问题 题解:
#include <stdio.h> #include <iostream> #include <algorithm> #include <map> using namespace std; int main(){ &nb...
P1477
2024年3月16日 11:12
回复 0
|
赞 1
|
浏览 552
查找学生信息2 题解:
#include <stdio.h> #include <algorithm> #include <iostream> #include <map> using namespace std; struct student{  ...
P1476
2024年3月16日 10:51
回复 0
|
赞 1
|
浏览 471
整数奇偶排序 题解:(20%)
#include <stdio.h> #include <iostream> #include <algorithm> #include <string> using namespace std; bool cmp(int a,int ...
P1248
2024年3月14日 16:17
回复 1
|
赞 0
|
浏览 503
字符串排序 题解:
#include <stdio.h> #include <iostream> #include <algorithm> #include <string.h> using namespace std; int main() { &nb...
P1254
2024年3月14日 16:45
回复 0
|
赞 0
|
浏览 747
日志排序 题解:
//借鉴nicooy #include <stdio.h> #include <algorithm> #include <iostream> #include <string> using namespace std; struct ...
P1227
2024年3月14日 15:31
回复 0
|
赞 0
|
浏览 647
国名排序 题解:
#include <stdio.h> #include <iostream> #include <algorithm> using namespace std; int main() { int n; &nb...
P1217
2024年3月14日 14:21
回复 0
|
赞 0
|
浏览 481
成绩排序2.0 题解:
#include <stdio.h> #include <algorithm> #include <iostream> using namespace std; struct student { int num...
P1159
2024年3月14日 14:08
回复 0
|
赞 0
|
浏览 432
1
2
本科学校:湖北工业大学
目标学校:湖北工业大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!