摘要: 题目链接:https://www.luogu.com.cn/problem/P7072 方法一:50分代码(时间复杂度为n*nlongn) 1 #include<bits/stdc++.h> 2 using namespace std; 3 int n, w, a[100010], b[100010 阅读全文
posted @ 2020-11-09 11:05 TFLSNOI 阅读(1602) 评论(2) 推荐(0)