#include "apt.h"
#include <bits/stdc++.h>
using namespace std;

int Find (int n , vector <int> a , vector <int> b)
{
    return 1;
}