摘要: 实验任务1 程序源码 #include <stdio.h> #include <string.h> #define N 3 typedef struct student { int id; char name[20]; char subject[20]; double perf; double mi 阅读全文
posted @ 2023-05-26 18:45 铁欣玥 阅读(24) 评论(0) 推荐(0) 编辑