Révision 42
Ajouté par Alexis FOURNIER il y a environ 3 ans
main.c | ||
---|---|---|
i++;
|
||
}
|
||
|
||
int decode_nombre ( char * ch, int n){
|
||
|
||
|
||
int decode_nombre ( char *ch, int n){
|
||
int i;
|
||
int S =0;
|
||
for(i=0;i<n;i++){
|
||
S =(S*10)+decode_int(ch(i));
|
||
}
|
||
return S;
|
||
}
|
||
|
||
|
Formats disponibles : Unified diff
question 7 fini partiellement tp1 fournier alexis