会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
枯坐SE
管理
2024年2月4日
[Acwing]828. 模拟栈 原创
摘要: 算法标签 栈 题目简叙 思路 push stk[++tt]=tmpN; pop tt--; query cout<<stk[tt]<<endl; empty if(tt>0)cout<<"NO"; else cout<<"YES"; 代码 数组模拟 #include<iostream> #inclu
阅读全文
posted @ 2024-02-04 14:52 俺叫西西弗斯
阅读(0)
评论(0)
推荐(0)