主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
flipped
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
11
发帖
0
笔记
0
Ta的粉丝
69
关注数
0
粉丝数
69
获赞数
1
阅读数
6319
旋转矩阵 - 北航 题解:
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h>...
P1377
2024年4月17日 20:54
回复 0
|
赞 1
|
浏览 622
击鼓传花 题解:
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h>...
P1018
2024年4月17日 17:46
回复 0
|
赞 0
|
浏览 577
杨辉三角形 题解:
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h>...
P1062
2024年4月17日 15:27
回复 0
|
赞 0
|
浏览 432
日期类 题解:
#include<stdio.h> #include<stdbool.h> bool isL(int year) { if((year%4==0&&year%100!=0)||year%400==0) return true;...
P1437
2024年3月23日 20:53
回复 0
|
赞 0
|
浏览 453
打印日期 题解:C语言题解 多组输入
#include<stdio.h> #include<stdbool.h> bool isL(int year)//判断闰年 { if((year%4==0&&year%100!=0)||year%400==0) return...
P1410
2024年3月23日 17:53
回复 0
|
赞 0
|
浏览 439
日期差值 题解:
#include <stdio.h> #include<stdbool.h> bool isL(int year)//判断闰年 { if((year%4==0&&year%100!=0)||year%400==0) retur...
P1290
2024年3月23日 17:31
回复 0
|
赞 0
|
浏览 531
日期 题解:
#include <stdio.h> int main() { int month,day; scanf("%d",&month); scanf("%d",&day); int days=0; int d[13]={0,0,0,0,30,31...
P1011
2024年3月23日 16:37
回复 0
|
赞 0
|
浏览 575
进制转换3 题解:
#include <stdio.h> #include <string.h> int main() { int m, n; char x[1000]; char a[1000]; int j = 0; scanf("%d %d", &am...
P1422
2024年3月22日 19:55
回复 0
|
赞 0
|
浏览 785
偷菜时间表 题解:
#include <stdio.h> int main() { int n; scanf("%d",&n); int h,m; int h1,m1; for(int i=0;i<n;i++) { h1=0...
P1053
2024年3月18日 20:41
回复 0
|
赞 0
|
浏览 546
字符分类 题解:C
#include <stdio.h> #include <string.h> int main() { char s[105]; gets(s); int l = strlen(s); for (int i...
P1016
2024年3月15日 17:01
回复 0
|
赞 0
|
浏览 601
判断素数 题解:
#include <stdio.h> #include <stdbool.h> // 函数:判断一个数是否为素数 bool isp(int n) { if (n <= 1)return false; for (i...
P1013
2024年3月14日 19:10
回复 0
|
赞 0
|
浏览 758
本科学校:吉林化工学院
目标学校:北京信息科技大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!