#include #include using namespace std; struct points { int x; int y; }; int main() { int n; cin>>n; int a,b; struct points point[n]; for(int i=0;i>a>>b; point[i].x=a; point[i].y=b; } int xflag=0; int yflag=0; for(int i=1;i