#include <vector>
using namespace std;

void evadi(int Q, vector<int>& N) {
    // aggiungi codice qui / insert code here
}
