摘要: #include <stdlib.h>#include <stdarg.h>#include <string.h>#include <stdio.h>typedef struct teacher{ char * uu; int age; char *name;}T1;int fun(T1* d,ch 阅读全文