摘要: task1 //打印不及格学生信息和所有学生信息程分别调用 #include<stdio.h> #include<string.h> #define N 3 typedef struct student { int id; char name[20]; char subject[20]; doubl 阅读全文
posted @ 2023-05-27 22:19 傲芙 阅读(39) 评论(0) 推荐(0)