摘要: #include <stdio.h> #define N 30 struct STUDENT { char sname[30];//名字 char sclass[10];//班级 char ID[10];//学号 char sdor[10];//宿舍 float sscore[4];//4科分数 } 阅读全文
posted @ 2019-12-30 10:32 头巨铁 阅读(1462) 评论(0) 推荐(0)