// Initializer list for array "int32[2][4]" must have 2 elements (has 3). int a[2][4] = { { 1, 2, 3 }, { 1, 2, 3, 4 }, 1 };