牛客687931562号
牛客687931562号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客687931562号的博客
全部文章
(共2篇)
题解 | 成绩排序
#include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct { char name[100]; int score; int index; } Stu...
2025-11-08
1
20
题解 | 成绩排序
#include <stdio.h> #include <string.h> #include <stdlib.h> // 学生结构体 typedef struct { char name[100]; int score; int ind...
2025-11-08
0
20