摘要: #include <stdio.h>#include <stdlib.h>typedef struct aa{ int data; struct aa *next;}Link;int n; Link * CreateLink(Link *L){ Link *p,*q; int i; printf(" 阅读全文
posted @ 2019-04-18 21:51 罗剑雄 阅读(388) 评论(0) 推荐(0)