#include <stdio.h>
#include <stdlib.h>

void affichertab(long* T, int s);
long* listeAlea(long *T,size_t longeur, size_t N);