摘要: 题意 "题目链接" 简洁版:平面上有$n$个点,每个点有一个权值,有$m$个操作 交换两点的权值 询问一个矩形区域内第$k$小的权值 $n using namespace std; const int N=60005; const int M=10005; int n,m,cnt,t1,t2,mn= 阅读全文
posted @ 2019-12-31 22:41 BILL666 阅读(119) 评论(0) 推荐(1)