#include <vector>
using namespace std;

long long aggiorna(int N, vector<int> A, vector<int> B) {
    // aggiungi codice qui / insert code here
    return 42;
}
