@ -0,0 +1,9 @@
/* Exercice */
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
int main(int argc, char *argv[]) {
return 0;
}