摘要:
1 #include <stdio.h> //增+删+取栈顶+初始化+判空+输出+销毁 2 #include <stdlib.h> 3 #include <malloc.h> 4 typedef int DataType; 5 typedef struct Node { 6 DataType dat 阅读全文
posted @ 2019-11-05 13:55 choco莉特 阅读(1239) 评论(0) 推荐(0)
posted @ 2019-11-05 13:55 choco莉特 阅读(1239) 评论(0) 推荐(0)