Intialize uma matriz inteira com o mesmo valor CPP

std::fill_n(array, 100, -1);
Different Donkey