Le jeu. 1 nov. 2018 à 21:31, Philippe Verdy <verd...@wanadoo.fr> a écrit :

> so you can use these two last functions to write the first one:
>
>   bool isIgnorable(int level, string element) {
>     return getLevel(getWeightAt(element, 0)) > getMinWeight(level);
>   }
>
correction:
    return getWeightAt(element, 0) > getMinWeight(level);

Reply via email to