🌈 搜索
📅  最后修改于: 2022-03-11 14:44:50.471000             🧑  作者: Mango
int length = 50; int *array = new int[length](); // returns 50 length array of 0