#include <vector>

using namespace std;

int decorate(int N, vector<int> A) { return 42; }
