主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
yeee700
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
2
阅读数
205
字符串排序 题解:
#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
|
浏览 0
国名排序 题解:
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
|
赞 0
|
浏览 3
加密算法 题解:
#include <stdio.h> #include<string.h> int main(void) { char str[100]; gets(str); &...
P1014
2025年3月11日 19:18
回复 0
|
赞 1
|
浏览 25
偷菜时间表 题解:
#include<stdio.h> int main(){ int n; scanf("%d",&n); for(int i=0;i<n;i...
P1053
2025年3月11日 13:29
回复 0
|
赞 0
|
浏览 65
日期类 题解:
#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
|
赞 1
|
浏览 70
日期计算 题解:
有大佬指出哪里错误吗,为啥只有50%的正确率 #include <stdio.h> typedef struct node{ int year,month,day; }p; int main(){ p date; ...
P1051
2025年3月10日 18:34
回复 0
|
赞 0
|
浏览 42
本科学校:重庆城市科技学院
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!