摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define OK 0 4 #define ERROR -1 5 6 // 7 typedef int Status; 8 typedef int ElemType; 9 10 /* 11 单链表的存储结构: 阅读全文
posted @ 2020-03-16 08:37 萌萌~ 阅读(399) 评论(0) 推荐(0)