#include <vector>
using namespace std;

int sbugiarda(int N, vector<int> H) {
    return 42;
}
