#include int main(){ int n; std::cin >> n; int x[n]; int y[n]; int i; int minxy; for(i=0;i> x[i]; } for(i=0;i> y[i]; } minxy = x[0] + y[0]; for(i=1;i