#define_CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<stdlib.h>
#include<assert.h>
#include<string.h>
typedefstruct//定义学生结构体
{
charname[20];
charnumber[20];
intscore;
}Student;
intstruct_cmp(constvoid*elem1,constvoid*..
分类:
编程语言 时间:
2015-12-08 02:03:41
阅读次数:
193