会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
枯坐SE
管理
2024年5月25日
[数据结构][栈]链表模拟栈及其基本操作 原创
摘要: #include <iostream> #include <cstdio> using namespace std; typedef int Status; typedef int Elem; typedef struct StackNode { /* data */ Elem data; stru
阅读全文
posted @ 2024-05-25 14:01 俺叫西西弗斯
阅读(0)
评论(0)
推荐(0)