首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
408真题
专业课程
兑换中心
登录
注册
上岸
yeee700
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
9
发帖
0
笔记
0
Ta的粉丝
1
关注数
0
粉丝数
1
获赞数
36
阅读数
2915
素数 题解:
C++可以运行,C不兼容,好像C不兼容sqrt函数 #include <cmath> #include<stdio.h> #include<math.h> int Sushu(int n){ int i; &n...
P1375
2025年3月17日 21:52
回复 0
|
赞 3
|
浏览 516
链表合并 题解:
#include<stdio.h> #include<stdlib.h> typedef struct Node{ int Element; struct Node*Next; }No...
P1025
2025年3月17日 01:36
回复 0
|
赞 5
|
浏览 326
字符串排序3 题解:
在CodeBlocks上能正常运行,为啥在OJ上老是显示Presentation Error(格式错误),有大佬指点吗 #include<stdio.h> #include<string.h> #include<stdlib.h> int c...
P1261
2025年3月13日 13:32
回复 0
|
赞 2
|
浏览 234
字符串排序 题解:
#include<stdio.h> #include <stdlib.h> #include<string.h> int cmp(const void* a,const void*b){ char pa=*(char*)a; char pb=*(c...
P1254
2025年3月12日 23:15
回复 0
|
赞 0
|
浏览 252
国名排序 题解:
C语言qsort库函数解决方式 #include<stdio.h> #include<stdlib.h> int cmp(const void*a,const void*b){ char *pa=(char*)a; ...
P1217
2025年3月12日 17:02
回复 0
|
赞 5
|
浏览 269
加密算法 题解:
#include <stdio.h> #include<string.h> int main(void) { char str[100]; gets(str); &...
P1014
2025年3月11日 19:18
回复 0
|
赞 11
|
浏览 358
偷菜时间表 题解:
#include<stdio.h> int main(){ int n; scanf("%d",&n); for(int i=0;i<n;i...
P1053
2025年3月11日 13:29
回复 0
|
赞 1
|
浏览 292
日期类 题解:
#include<stdio.h> int main(){ int m; scanf("%d",&m); int months[13]={0,31,28,31,3...
P1437
2025年3月11日 12:17
回复 0
|
赞 5
|
浏览 314
日期计算 题解:
有大佬指出哪里错误吗,为啥只有50%的正确率 #include <stdio.h> typedef struct node{ int year,month,day; }p; int main(){ p date; ...
P1051
2025年3月10日 18:34
回复 0
|
赞 4
|
浏览 354
本科学校:重庆城市科技学院
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!