摘要: #include #include struct student{ char name[10]; int age;};typedef struct student Item; struct node{ Item item; struct node *next;};typedef struct n... 阅读全文
posted @ 2013-07-25 15:33 创新突破游子恒心 阅读(588) 评论(0) 推荐(0) 编辑