主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
yanmy
答应我,你一定要上岸!
关注
发消息
文章
0
题解
13
发帖
0
笔记
0
Ta的粉丝
120
关注数
0
粉丝数
120
获赞数
1
阅读数
6354
充分利用容器特性
#include <iostream> #include <map> #include <vector> #include <set> using namespace std; int main() { int m; ...
P1448
2024年3月27日 15:19
回复 0
|
赞 0
|
浏览 493
不简洁
#include <iostream> #include <vector> #include <algorithm> #include <string> using namespace std; struct Student { ...
P1088
2024年3月26日 12:00
回复 0
|
赞 0
|
浏览 372
变位词 题解:统计各字母数量
#include <stdio.h> #include <string.h> int main() { int n; scanf("%d", &n); while (n--) { char a[...
P1032
2024年3月23日 19:32
回复 0
|
赞 0
|
浏览 519
大整数加法 题解:用python投机取巧
while True: try: a, b = map(int, input().split()) print(a + b) except: break
P1474
2024年3月22日 16:42
回复 0
|
赞 0
|
浏览 382
简洁
#include <iostream> #include <algorithm> #include <string> #include <vector> using namespace std; struct Student { ...
P1338
2024年3月22日 16:20
回复 0
|
赞 0
|
浏览 599
简洁
#include <string> #include <sstream> #include <iostream> #include <algorithm> #include <vector> using namespac...
P1905
2024年3月22日 14:12
回复 0
|
赞 0
|
浏览 471
set sort 简短
#include <iostream> #include <algorithm> #include <set> #include <vector> using namespace std; int main() { in...
P1898
2024年3月22日 14:03
回复 0
|
赞 0
|
浏览 464
没有数组,该省省,该花花
#include <stdio.h> int main() { int n; while ((scanf("%d", &n)) != EOF) { int a, b,max = 1, len = 1; ...
P897
2024年3月16日 10:59
回复 0
|
赞 0
|
浏览 423
不合并符串
#include <iostream> #include <string> using namespace std; int main() { string a, b; while (cin >> a >> b) ...
P1390
2024年3月15日 16:06
回复 0
|
赞 0
|
浏览 370
容器 好用,爱用
#include <iostream> #include <string> #include <vector> #include <map> using namespace std; int main() { ...
P1415
2024年3月15日 12:14
回复 0
|
赞 0
|
浏览 450
选球问题 题解:先排序就简单了 C
#include <stdio.h> #include <stdlib.h> #include <string.h> int cmp(const void *a, const void *b) { return *(char *)a -...
P1683
2024年3月14日 10:40
回复 0
|
赞 0
|
浏览 573
字符值 题解:
#include <stdio.h> int main() { char s[1001]; gets(s); int n, l, r; ...
P1870
2024年3月6日 13:44
回复 0
|
赞 0
|
浏览 517
字符游戏 题解:
#include <stdio.h> int main() { int a[26] = {0}, n; char c; scanf("%d", &n); &n...
P1520
2024年3月6日 13:30
回复 0
|
赞 1
|
浏览 721
本科学校:湘潭大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!