会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MZRONG
博客园
首页
博问
闪存
新随笔
订阅
管理
2020年10月14日
Bad Hair Day 单调栈
摘要: http://poj.org/problem?id=3250 思路:单调栈 栈中存可以看见当前这头牛的牛(栈中有多少头牛可以看见当前这头牛) 代码: #include <iostream> #include <cstdio> #include <string> #include <queue> #i
阅读全文
posted @ 2020-10-14 21:40 MZRONG
阅读(121)
评论(0)
推荐(1)
编辑