课堂补怱
摘要:
#include struct STD{ int num; char name[20]; float score[3]; float aver; }; main() { void input(struct STD stu[]); void zaver(struct STD stu[]); void aver(struct STD... 阅读全文
posted @ 2017-04-11 09:51 长心人 阅读(150) 评论(0) 推荐(0) 编辑