#include <bits/stdc++.h>

using namespace std;

int trova(int N){
  // Scrivi qui la tua soluzione!
  return 42;
}
