会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Leptus
新随笔
管理
2015年7月18日
hdoj 1166 敌兵布阵(树状数组)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1166思路分析:该问题为动态连续和查询问题,使用数组数组可以解决;也可使用线段树解决该问题;代码如下:#include #include #include using namespace std;cons...
阅读全文
posted @ 2015-07-18 20:43 Leptus
阅读(201)
评论(0)
推荐(0)
编辑