TP 13
This commit is contained in:
@@ -35,6 +35,7 @@ int main(void){
|
||||
}
|
||||
printf("+\n");
|
||||
|
||||
/* Remplissage du tableau inverse */
|
||||
for (i = 0; i != TAILLE_TABLEAU; i++) {
|
||||
tab_inverse[i] = tab[TAILLE_TABLEAU-i-1];
|
||||
}
|
||||
|
Reference in New Issue
Block a user