摘要: 题目链接: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)