#include using namespace std; struct point{ int x,y; }; int main() { int n,i,j,flag,in1,in2; point p; while(scanf("%d",&n)==1) { vector vc; for(i=0;i