摘要: 题:https://ac.nowcoder.com/acm/contest/3979/F 题意:俩个序列俩俩相乘得到n*m个数,求第k大的数是哪个 分析:二分 #include<bits/stdc++.h> using namespace std; typedef long long ll; #de 阅读全文
posted @ 2020-01-22 20:40 starve_to_death 阅读(187) 评论(0) 推荐(0) 编辑