//通过函数完成对结构体的输出
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
void InputStudent(struct Student *);
void OutputStudent(struct Stud
//通过函数完成对结构体的输出
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
void InputStudent(struct Student *);
void OutputStudent(struct Stud