2013年2月21日
摘要: #include<iostream>#include<cstring>#include<math.h>#include<stdio.h>#include<algorithm>#define LEN sizeof(struct School)using namespace std;struct xm_item{int item; //项目编号char name[20]; //项目名称int count; //该项目得分人的数量}Xm_item[10];struct Student{char name[20]; //姓名int score 阅读全文
posted @ 2013-02-21 17:52 @ 小浩 阅读(702) 评论(0) 推荐(0)