摘要:
1 //SeqStack.h 2 3 4 5 6 7 #ifndef SEQSTACK_H 8 #define SEQSTACK_H 9 10 11 #include<stdlib.h> 12 #include<stdio.h> 13 //数组去模拟栈的顺序存储 14 #define MAX_SIZ 阅读全文
posted @ 2022-03-17 09:27
闲来没事,写写代码
阅读(38)
评论(0)
推荐(0)