26 lines
338 B
C
26 lines
338 B
C
#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==)
|
|
}
|
|
}
|
|
} |