主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
山崎友希
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
9
发帖
0
笔记
0
Ta的粉丝
11
关注数
0
粉丝数
11
获赞数
10
阅读数
248
求众数 题解:
#include<stdio.h> int main(){ int n; scanf("%d",&n); int a[n]; &n...
P1810
2025年3月12日 17:04
回复 0
|
赞 0
|
浏览 8
成绩排序2.0 题解:
#include<stdio.h> typedef struct{ int p;//学号 int q;//成绩 }student; int main(){  ...
P1159
2025年3月12日 16:33
回复 0
|
赞 0
|
浏览 8
众数 题解:
#include<stdio.h> int main(){ int a[20]; int i; while( ( scanf("%d %d...
P1352
2025年3月12日 16:32
回复 0
|
赞 0
|
浏览 7
字符移动 题解:
#include<stdio.h> #include<string.h> #define maxsize 100 int main(){ char string[maxsize];//数组A用于存除了数字外的一切东西 &n...
P1012
2025年3月11日 00:10
回复 0
|
赞 4
|
浏览 51
二叉树遍历 题解:
#include <stdio.h> typedef struct erchashu{//创建一个结构体 它叫erchashu char data;//数据域 struct...
P1161
2025年3月10日 20:42
回复 0
|
赞 4
|
浏览 70
二叉树的深度2 题解:
#include<stdio.h> typedef struct tree{ char data; struct tree *Lchild,*Rchild;//定义结构体指针 }*BTt...
P5268
2025年3月10日 17:02
回复 0
|
赞 2
|
浏览 45
学生成绩排序 - 西农 题解:
#include<stdio.h> #include<string.h> typedef struct student{ char NO[100]; char NAME[100]; &...
P5205
2025年3月10日 15:12
回复 0
|
赞 0
|
浏览 11
成绩排名 题解:
#include<stdio.h> int main(){ //对 n 个同学的考试成绩从大到小排名,成绩相同的算同一名。 //求排名为 m 的成绩。若无排名为m的成绩,输出最后一名的成绩。 &nb...
P5214
2025年3月10日 14:57
回复 0
|
赞 0
|
浏览 26
学生成绩排序 题解:
#include<stdio.h> #include<string.h> typedef struct student{ char NO[100]; int scorea,scoreb,...
P1823
2025年3月10日 14:27
回复 0
|
赞 0
|
浏览 22
本科学校:啊,王导的懒觉好大啊!
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!