摘要: #include<stdio.h>#include<string.h>#include<stdlib.h> typedef struct student{ int st_id; char st_name[20]; double st_score; struct student* st_next;}s 阅读全文
posted @ 2015-05-10 10:14 zdmlcmepl 阅读(1977) 评论(0) 推荐(0) 编辑