随笔分类 -  160_数据结构

摘要:#include <stdio.h> #include <stdlib.h> #include <malloc.h> #define false 0 #define true 1 typedef struct Node { int data; //数据域 struct Node * pNext; / 阅读全文
posted @ 2020-11-30 23:00 张同光 阅读(152) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示