This commit is contained in:
Emmanuel Srivastava
2024-12-02 13:59:14 +01:00
parent 851ce813f7
commit de45003c53
9 changed files with 232 additions and 0 deletions

26
DEV.1.1/CM1/ex5.c Normal file
View File

@@ -0,0 +1,26 @@
#include <stdio.h>
#include <stdlib.h>
#define PORTA 5
#define CROIS 4
#define aCONTORP 3
#define bCONTORP 3
#define TORP 2
int main(void){
int coord[10][10],x,y,i;
for(i=0;PORTA<0;PORTA){
coord[1][i] = 1;
}
while(coord[10][10]!= {0}){
printf("Coordonées? ");
scanf("%d %d",&x,&y);
if(coord[]==x){
if(y==)
}
}
}