typedef struct Student { int sid; char name[5]; char sex; }* PST, STU;//PST等价于struct Student *, STU等价于struct Student