#include <vector>

using namespace std;

int conta(int N, vector<int> &A, vector<int> &P, vector<int> &D) {
    return 42;
}

