摘要: #include <stdio.h>#include <malloc.h>#include <stdlib.h>typedef struct Node{ int data; struct Node *pNext;}NODE,*PNODE;PNODE creat_link();void show_li 阅读全文
posted @ 2018-12-24 12:52 齐长安 阅读(1743) 评论(0) 推荐(0)