#include #include #include #include #include #include #include #include #include #include #include using namespace std; using int64 = long long; using P = pair; struct aaa{aaa(){cin.tie(nullptr); ios::sync_with_stdio(false); cout<> n; vector x(n), y(n); for (int i=0; i> x[i] >> y[i]; int ans = 0; for (int i=0; i