Intialisez un tableau entier à la même valeur CPP
std::fill_n(array, 100, -1);
Different Donkey
std::fill_n(array, 100, -1);