摘要: #include struct Student { int num; char name[20]; int Cscore; int Escore; int Mscore; int aver; }; int main() { void averr(struct Student stu[]); void input (stru... 阅读全文
posted @ 2017-04-11 22:33 /*nobody*/ 阅读(127) 评论(0) 推荐(0) 编辑