主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
dhh390
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
11
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
30
阅读数
1193
2048的游戏 题解:超简单的c语言
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> #include<time.h> int main() {  ...
P1208
2025年3月23日 18:25
回复 1
|
赞 3
|
浏览 115
最长连续因子 题解:动态规划,有点复杂了
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> #include<time.h> int mai...
P1020
2025年3月22日 16:53
回复 0
|
赞 0
|
浏览 47
01序列 题解:
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> int main() { int i; &n...
P1001
2025年3月21日 17:51
回复 0
|
赞 2
|
浏览 48
排队打饭 题解:AC了90%,剩余部分超时了,不怎么怎么解决
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> int main() { int n; &n...
P997
2025年3月20日 17:37
回复 1
|
赞 0
|
浏览 90
字符串排序2 题解:同样用冒泡排序,只不过需要在冒泡排序加一些特殊处理
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> int main() { char s[100...
P1255
2025年3月20日 17:12
回复 0
|
赞 1
|
浏览 76
日期累加 题解:c语言,注意一下坑就行
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> int main() { int n; &n...
P1446
2025年3月19日 16:32
回复 0
|
赞 5
|
浏览 94
二元组整数 题解:用一个二维数组把各种二元组存起来
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> int main() { int n; &n...
P1024
2025年3月19日 14:52
回复 0
|
赞 2
|
浏览 72
最大连续子序列 题解:为什么 Output Limit Exceeded,而且正确率为25%啊,有人帮忙看看吗
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> int main() { int k; &n...
P1334
2025年3月14日 18:31
回复 0
|
赞 1
|
浏览 88
二叉树 题解:
#include <stdio.h> #include <string.h> #include<stdlib.h> #include<math.h> int main() { int x,y; ...
P1233
2025年3月14日 16:52
回复 0
|
赞 1
|
浏览 93
旋转矩阵 - 北航 题解:
#include<stdio.h> #include<stdlib.h> void rotate_90(int matrix[9][9],int n) { int tmp[9][9];  ...
P1377
2025年3月8日 14:09
回复 0
|
赞 6
|
浏览 197
日期差值 题解:
#include<stdio.h> #include<math.h> int Isleapyear(int year) { if((year%4==0&&year%100!=0)||year%400==0) ...
P1290
2025年3月7日 14:59
回复 0
|
赞 9
|
浏览 273
本科学校:宁波大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!