摘要: 一、练习题:使用结构体输入学员信息,学号 姓名 分数排序之后按分数从高到低输出class Program { //用户自定义,我们自己定义这种数据类型 public struct student { public int Code;... 阅读全文
posted @ 2015-12-21 22:09 希望那年 阅读(170) 评论(0) 推荐(0)