#include "muchii-permutate.h"

std::pair<long long, int> solve(int N, std::vector<int> U, std::vector<int> V) {
  // your solution here
  return std::make_pair(6LL, 7); // not always the real answer :(
}