主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
1576684866
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
11
发帖
0
笔记
0
Ta的粉丝
70
关注数
0
粉丝数
70
获赞数
0
阅读数
6548
链表合并 题解:
#include <cstdio> using namespace std; #include <string.h> #include <iostream> #include <stdlib.h> typedef struct node...
P1025
2024年3月24日 14:50
回复 0
|
赞 0
|
浏览 596
旋转矩阵 - 北航 题解:注意是多组数据输入,旋转三次还对不上就返回-1
#include <cstdio> using namespace std; #include <string.h> #include <iostream> #include <stdlib.h> //判断两个矩阵是否相同 bool ...
P1377
2024年3月23日 21:41
回复 0
|
赞 0
|
浏览 709
字符串排序 题解:简简单单
using namespace std; #include <string.h> #include <algorithm> #include <iostream> int main() { char s[100...
P1254
2024年3月23日 20:15
回复 0
|
赞 0
|
浏览 611
国名排序 题解:
#include <cstdio> using namespace std; #include <string.h> #include <iostream> #include <stdlib.h> int main() {  ...
P1217
2024年3月23日 16:24
回复 0
|
赞 0
|
浏览 515
日期差值 题解:
#define _CRT_SECURE_NO_WARNINGS #include <cstdio> using namespace std; #include <string.h> #include <algorithm> #include <...
P1290
2024年3月23日 16:00
回复 0
|
赞 0
|
浏览 455
击鼓传花 题解:
#include <cstdio> using namespace std; #include <string.h> #include <iostream> #include <stdlib.h> typedef struct node...
P1018
2024年3月23日 15:00
回复 0
|
赞 0
|
浏览 449
统计单词 题解:n诺风格解法
#include <cstdio> using namespace std; #include <string.h> #include <iostream> #include <stdlib.h> int main() {  ...
P1394
2024年3月22日 16:55
回复 0
|
赞 0
|
浏览 616
单链表 题解:顺便回忆一下头插法
#define _CRT_SECURE_NO_WARNINGS #include <cstdio> using namespace std; #include <string.h> #include <algorithm> #include <...
P1015
2024年3月22日 15:16
回复 0
|
赞 0
|
浏览 605
字母频率 题解:
#define _CRT_SECURE_NO_WARNINGS #include <cstdio> using namespace std; #include <string.h> #include <algorithm> #include <...
P1019
2024年3月21日 20:51
回复 0
|
赞 0
|
浏览 562
字母统计 题解:
#include <cstdio> using namespace std; #include <string.h> #include <iostream> #include <map> #include <stdlib.h>...
P1292
2024年3月21日 16:17
回复 0
|
赞 0
|
浏览 791
整除 题解:
#include <cstdio> using namespace std; #include <iostream> int main() { int cnt = 0; for (in...
P1007
2024年3月18日 15:40
回复 0
|
赞 0
|
浏览 639
本科学校:江西财经大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!