摘要: //读入 n(>0)名学生的姓名、学号、成绩,分别输出成绩最高和成绩最低学生的姓名和学号。 #include <iostream>#include <stdio.h>#include <string.h>typedef struct Student { char name[11]; char num 阅读全文
posted @ 2022-07-19 14:42 九饼多一点 阅读(64) 评论(0) 推荐(0)