摘要: B.指引 排序+贪心+set #include <iostream> #include<cstdio> #include<set> #include<algorithm> using namespace std; struct Node{int x,y;}a[100005],b[100005]; b 阅读全文
posted @ 2019-01-26 14:45 l..q 阅读(118) 评论(0) 推荐(0)