#include using namespace std; int N; int main() { scanf("%d", &N); vector X(N), Y(N); for(int i=0; i