#include <iostream>
#include <vector>

using namespace std;

int traffico(int N, vector<int> S) {
    return 42;
}
