摘要:
显示学生信息(学号、姓名、语文、数学),条件是:总成绩由高到低,当总成绩相同时,语文成绩高者优先。#include#include#includeusing namespace std;class Student{ int No; string name; int chinese; int mat... 阅读全文
posted @ 2014-03-28 15:56
zhoudan
阅读(327)
评论(0)
推荐(0)
浙公网安备 33010602011771号