摘要: #include#includeusing namespace std;struct Student{ int studentNunber;//学号 string studentName;//姓名 double Chinese;//语文成绩 double English;//英语成绩 double Computer;//计算机成绩 double Math;//数学成绩 double Total;//总分 int rank;//排名 }; /*... 阅读全文
posted @ 2014-03-16 20:32 51Joey 阅读(285) 评论(0) 推荐(0) 编辑