#include using namespace std; long maximumPeople(vector p, vector x, vector y, vector r) { // Return the maximum number of people that will be in a sunny town after removing exactly one cloud. return 0; } int main() { long int n,sum,temp; cin >> n; vector x(n); for(int p_i = 0; p_i < n; p_i++){ cin >> x[p_i]; } vector p(n); for(int x_i = 0; x_i < n; x_i++){ cin >> p[x_i]; } vector arr(200000); for(int i=0;i> m; vector y(m); for(int y_i = 0; y_i < m; y_i++){ cin >> y[y_i]; } vector r(m); for(int r_i = 0; r_i < m; r_i++){ cin >> r[r_i]; } vector z(m); for(int i=0;i