摘要: #include <stdio.h>#include <malloc.h>//键盘输入造链表 struct wyq{ char name[100]; int age; char address[100]; struct wyq*next; }; int main(){ struct wyq* hea 阅读全文
posted @ 2016-06-07 17:45 wangyq0517 阅读(169) 评论(0) 推荐(0) 编辑
摘要: lkjl 阅读全文
posted @ 2016-06-07 17:37 wangyq0517 阅读(99) 评论(0) 推荐(0) 编辑