#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
struct M {
double t,p,u;
}m[100010];
//vector<M>v;
bool cmp(M a,M b) {
|贪心 大于小于需求|1070 Mooncake (25分)
最新推荐文章于 2024-11-30 17:08:52 发布
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
struct M {
double t,p,u;
}m[100010];
//vector<M>v;
bool cmp(M a,M b) {