摘要:
#include #include #include #include #define NULL 0 struct student { char name[10]; int ID; int age; int tel; struct student *next; }; struct student *build(struct student *head,int n); struct s... 阅读全文
posted @ 2008-11-28 21:30 xum 阅读(106) 评论(0) 推荐(0)
浙公网安备 33010602011771号