#include #include using namespace std; int main(){ int n; cin>>n; int x[n],y[n]; for(int i=0; i>x[i]>>y[i]; } int fx = 0, fy = 0; for(int i=1; i