C++の便利関数
iota
vector<int> arr(10); iota(ALL(all), 0); で, arrに0, 1, 2, ..., 9が入る