2019 CCPC 秦皇岛
A:#include <bits/stdc++.h>using namespace std;const int N = 2e3 + 10;struct node{ long long x,y; node(long long x=0,long long y=0){ this->x = x; this->y = y;...