摘要: #include <stdio.h> #include <stdlib.h> #include <easyx.h> //定义一个双链表节点 struct Node { int x; //数据 int y; int z; Node* next; //下个数据 Node* last; //上个数据 }; 阅读全文
posted @ 2020-03-24 23:49 神迹丶 阅读(238) 评论(0) 推荐(0) 编辑
网站已运行: