故意手机

文章
3
资源
0
加入时间
3年0月28天

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;...