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

int main()
{
	int nombre = 0;
  printf("tapez un nombre");
  scanf("%d",&nombre);
}
