P1478 陶陶摘苹果(升级版)

题目地址 测试数据 8 15 20 130 120 3 150 2 110 7 180 1 50 8 200 0 140 3 120 2 #include<bits/stdc++.h> using namespace std; struct node{  int x;  int y; }f[5050]; bool cmp(const node &n1,const node &n2) {  retu
相关文章
相关标签/搜索