答案: new int[10];
[解析]new delete动态开辟空间和删除空间。new int[10],注意不要写成new
int(10),使用小括号只能开辟一个空间,使用10来初始化该值。
川公网安备 51010402001278号