15 lines
154 B
C
15 lines
154 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
int n ;
|
|
|
|
printf("entrez un entier naturel :");
|
|
scanf(%d, &n);
|
|
|
|
|
|
|
|
|
|
|
|
return EXIT_SUCCESS
|