#include <stdbool.h>

bool visita(int N, int A[]) {

  return true;
}
