分数线划定 摘要:解题思路:两个数据有联系-》定义结构体类型,注意事项:参考代码:#include<stdio.h>typedef struct { int num; int cj;}grade;//结构体类型的定义 …… 题解列表 2023年01月15日 0 点赞 0 评论 562 浏览 评分:9.9
2920: 分数线划定 ```cpp#include#includeusingnamespacestd;typedefstructstudent{intid;intmark;}stu;stua[5001],temp[5001];intmain(){intn,m,mian, 题解列表 2023年01月13日 0 点赞 0 评论 576 浏览 评分:9.9
编写题解 2920: 分数线划定 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>struct volun{ int k; int s;};int main(){ in…… 题解列表 2022年10月31日 0 点赞 0 评论 636 浏览 评分:0.0
编写题解 2920: 分数线划定 C 摘要:解题思路:定义结构-输入-冒泡排序-输出注意事项:注意面试分数线和面试分数线对应的那个序号,然后是进去面试的实际人数之间的关系参考代码:#include<stdio.h>#include<math.h…… 题解列表 2022年10月23日 0 点赞 0 评论 809 浏览 评分:9.9