摘要: 按照a排序后,枚举矩形i,将1~i-1都删掉后,从i~n中选取b的第m-(i-1)+1大,更新答案 1 #include "bits/stdc++.h" 2 using namespace std; 3 const int N = 1e5 + 10; 4 int n, m; 5 struct T { 阅读全文
posted @ 2018-08-25 17:48 KingSann 阅读(184) 评论(0) 推荐(0)