интиализуйте весь массив к тому же значению CPP
std::fill_n(array, 100, -1);
Different Donkey
std::fill_n(array, 100, -1);