Le jeu. 1 nov. 2018 à 21:31, Philippe Verdy <verdy_p_at_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);
Received on Thu Nov 01 2018 - 15:35:53 CDT
This archive was generated by hypermail 2.2.0 : Thu Nov 01 2018 - 15:35:53 CDT