📜  用 0 c++ 代码示例填充二维数组

📅  最后修改于: 2022-03-11 14:44:47.410000             🧑  作者: Mango

代码示例1
int a[x][y];
std::fill(a[0], a[0] + x * y, 0);