会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lz
首页
管理
2019年9月7日
[树状数组][2019徐州网络赛I]query
摘要: 题目链接:https://nanti.jisuanke.com/t/41391 思路:nlogn找出所有合法(i,j),二维偏序查询 AC代码: #include<bits/stdc++.h> #define lowbit(x) x&(-x) typedef long long ll; using
阅读全文
posted @ 2019-09-07 22:29 l..q
阅读(189)
评论(0)
推荐(0)
公告