llllmz

导航

2024年1月8日

KY2 成绩排序C

摘要: 创建一个结构体,然后按要求快排就行了。 #include <stdio.h> #include <stdlib.h> typedef struct node{ int num; char S[100]; int score; }student; int divide1(student* A,int 阅读全文

posted @ 2024-01-08 15:59 神奇的萝卜丝 阅读(63) 评论(0) 推荐(0)