摘要:
#include <stdio.h> #define N 5 typedef struct student { long no; char name[20]; int score; } STU; // 函数声明 void input(STU s[], int n); int findMinlist( 阅读全文
posted @ 2022-01-04 23:48
syzyyds
阅读(100)
评论(0)
推荐(0)
浙公网安备 33010602011771号