P1325 雷达安装 (贪心)
摘要:
#include<iostream> #include<algorithm> #include<cmath> using namespace std; struct node { double l; double r; }a[1010]; bool cmp(node x,node y) { retu 阅读全文
posted @ 2020-10-21 13:20
Chri_K
阅读(116)
评论(0)
推荐(0)
浙公网安备 33010602011771号