#include #include struct point{ int x; int y; }; int main() { int n,i,fx=0,fy=0,fst,snd; scanf("%d",&n); struct point a[n]; for(i=0;i