#include <vector>

using namespace std;

int direziona(int N, vector<int> A, vector<int> B) {
	return -1;
}
