摘要: 题目链接: 第一时间想到的思路是将 \(a,b\) 数组中的 \(n^2\) 个和全部枚举并压入优先队列中,最后再输出前 \(n\) 个数,代码如下: #include <bits/stdc++.h> using namespace std; const int N = 1e5 + 10; int 阅读全文
posted @ 2024-02-13 09:30 胖柚の工作室 阅读(37) 评论(0) 推荐(0)