rockman 的 站内主页
2008
12-04
12-04
#include <stdio.h>
#include<stdlib.h>
#include<string.h>
struct student
{
char num[12];
char name[20];
char sex[4];
int score;
struct student ....
Read More >