摘要: 1 #include<stdio.h> 2 //定义结构体 3 typedef struct{ 4 int data; 5 struct Stack_chain * next; 6 }*Stack_chain,Stack; 7 8 typedef struct index{ 9 //存储栈的地址 1 阅读全文
posted @ 2020-08-13 21:17 觅思剏新 阅读(127) 评论(0) 推荐(0)