#include <stdio.h> #include <stdlib.h> void affichertab(long* T, int s); long* listeAlea(size_t longeur, size_t N);