说明: #include #include #include #include int r; struct student { int number; char name[9]; float score[4]; float avescore; }; typedef struct link { struct student data; struct link *next; }LINK; LINK * Print(); LINK* Shuru(); void d_save(); void average(
<jiangyaping> 上传 | 大小:10kb