摘要: CF618C,水啊。 1 #include <bits/stdc++.h> 2 #define ll long long 3 using namespace std; 4 5 struct point { 6 ll x, y; 7 int id; 8 bool operator < (const p 阅读全文
posted @ 2019-02-06 00:06 AlphaWA 阅读(200) 评论(0) 推荐(0) 编辑