摘要:
#include#includetypedef struct link{int data;struct link *next;}A;//创建链表A *creat(){A *head=NULL,*p,*pr;p=(A *)malloc(sizeof(A));scanf("%d",&p->data);w... 阅读全文
posted @ 2015-06-22 21:50
Yuan_Ye
阅读(173)
评论(0)
推荐(0)
浙公网安备 33010602011771号