📜  为什么数组不是 int - 无论代码示例

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

代码示例1
int main() {
    int[3] arr = { 11, 22, 33 }; 
}