#include using namespace std; struct point { int x, y; } A[100]; int main() { ios::sync_with_stdio(0); cin.tie(0); int n, i; bool okx = 1, oky = 1; cin>>n; for(i=0;i>A[i].x>>A[i].y; for(i=1;i