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