MP2I - 2021/2022 DS 1 ? corrigé Informatique - Anthony Lick
Page 1. MP2I - 2021/2022. DS 1 ? corrigé. Informatique. Exercice 1 (quelques fonctions) : 1. 1 int factorielle(int n). 2. {. 3 if (n < 0) { return -1; }. 4 int ...
Page 1. MP2I - 2021/2022. DS 1 ? corrigé. Informatique. Exercice 1 (quelques fonctions) : 1. 1 int factorielle(int n). 2. {. 3 if (n < 0) { return -1; }. 4 int ...