会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ianaesthetic
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2014年12月3日
bzoj 2751
摘要: 传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=2751稍微推一下就知道是每一位置可取的值的和乘起来#include #include #include #include using namespace std;typedef long lon...
阅读全文
posted @ 2014-12-03 09:53 ianaesthetic
阅读(154)
评论(0)
推荐(0)
编辑
bzoj 2761
摘要: 水题= =离散就好了= =#include #include #include #include using namespace std;const int maxn = 100010;int n, a[maxn];int pos[maxn], T, v[maxn], num = 0; bool c...
阅读全文
posted @ 2014-12-03 09:52 ianaesthetic
阅读(256)
评论(0)
推荐(0)
编辑
bzoj 2809
摘要: 这道题算事那个apio里面唯一我能做的题了= =链接:http://www.lydsy.com/JudgeOnline/problem.php?id=2809题目一看完很容易想到一个贪心,然后我们需要维护以某一个节点为根的权值大小关系,如果知道一个子树的大小关系那么子树的根作为管理员的答案就可以求了...
阅读全文
posted @ 2014-12-03 09:51 ianaesthetic
阅读(198)
评论(0)
推荐(0)
编辑
公告