首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴xidada的代码贴全部
struct course
{
int num_A;
char name[100];
char nature[20];
int num_B;
int num_C;
int num_D;
int score;
char term[20];
}a;
struct student
......................
阅读全部 | 2014年7月7日 13:41
1
xidada