会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Whatbeg's blog
路漫漫其修远兮,仍须上下而求索
博客园
首页
新随笔
联系
订阅
管理
2014年1月26日
POJ 3321 Apple Tree
摘要: 树状数组。代码:#include #include #include #include #include #include using namespace std;#define N 100010int vis[N],have[N];int low[N],high[N];int c[N];vect...
阅读全文
posted @ 2014-01-26 15:17 whatbeg
阅读(201)
评论(0)
推荐(0)
公告