// I SELL YOU...! #include #include #include #include #include #include #include #include #include using namespace std; using ll = long long; using P = pair; using TP = tuple; void init_io(){ cin.tie(0); ios::sync_with_stdio(false); cout << fixed << setprecision(18); } signed main(){ init_io(); ll n,ans=0,dx,dy; cin >> n; vector x(n),y(n); for(int i=0;i> x[i] >> y[i]; } for(int i=0;i