首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
ASDF807
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
7
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
26
阅读数
1560
删除字符串2 题解:C
#include<stdio.h> #include<string.h> int main() { char str[100]; fgets(str,101,stdin); &nbs...
P1027
2025年3月15日 15:47
回复 0
|
赞 10
|
浏览 279
成绩再次排序 题解:C语言疯狂if嵌套
#include<stdio.h> #include<string.h> struct student{ char name[100]; int chinese; &nbs...
P1817
2025年3月8日 17:22
回复 1
|
赞 1
|
浏览 201
字符串对齐 题解:C语言
#include<stdio.h> #include<string.h> int main() { int n; scanf("%d",&n); &nbs...
P2006
2025年3月10日 17:50
回复 0
|
赞 1
|
浏览 170
日期计算 题解:50%,不知道哪里错了
#include<stdio.h> struct Time { int year; int month; int day; }; int Is...
P1051
2025年3月7日 11:09
回复 5
|
赞 10
|
浏览 332
字符串链接 题解:C
#include<string.h> #include<stdio.h> char* MyStrcat(char *str,char *buff) { int len = 0; &nb...
P1356
2025年3月9日 17:54
回复 0
|
赞 1
|
浏览 186
成绩排序 - 华科 题解:C语言:结构体
#include<stdio.h> #include<string.h> struct student{ char name[100]; int age; &...
P1404
2025年3月8日 16:38
回复 0
|
赞 1
|
浏览 183
字符串排序3 题解:OutPut Limit Exceeded 为啥?
#include<stdio.h> #include<string.h> int main() { int n; while(scanf("%d",&n)!=EOF) &nb...
P1261
2025年3月7日 18:44
回复 2
|
赞 2
|
浏览 209
本科学校:洛阳师范学院
目标学校:北方工业大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!