11 Octobre

This commit is contained in:
2022-10-11 11:28:13 +02:00
parent 8f64f6143a
commit 965589da20
4 changed files with 63 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#include <stdio.h>
#include <stdlib.h>
int main() {
int r;
printf("Veuillez saisir un rayon : ");
scanf("%d"&r);
return 0;
}