摘要: #include <stdio.h> #include <stdlib.h> typedef struct Link { int data; Link* last; //前驱指针 Link* next; //后继指针 }link; struct DataStore { link* head; //头 阅读全文
posted @ 2020-03-19 00:18 神迹丶 阅读(213) 评论(0) 推荐(0) 编辑
网站已运行: