摘要: #include <stdio.h> #include <string.h> #define N 2 typedef struct student { int id; char name[20]; char subject[20]; double perf; double mid; double f 阅读全文
posted @ 2024-12-22 21:07 朱宁苇 阅读(21) 评论(0) 推荐(0)