#include using namespace std; struct data { int xx,yy; }points[15]; int main () { int n,x,y; cin>>n; for(int i = 0; i>x>>y; points[i].xx = x; points[i].yy = y; } bool ok = true; for(int i = 1; i