void aggiungi();
void copia();
void incolla();

void auguri(long long int N) {
	for (int i = 0; i < N; i++)
		aggiungi();
}
