JR-su
JR-su
全部文章
题解
归档
标签
去牛客网
登录
/
注册
JR-su的博客
全部文章
/ 题解
(共1篇)
题解 | #成绩排序#
#include <stdio.h> struct student { char name[100]; int core; }; int sort; int compare(void *a, void *b) { struct student *c = (s...
C
计数排序
2022-03-26
0
382