#include #include struct coord{ int x; int y; }; int main() { int i,t,x_chk=1,y_chk=1; scanf("%d",&t); struct coord a[t]; for(i=0;i