c++用一维数组编写

如题所述

你可以用new 和 delete组合来分配存储空间
比如:
int n;
int *a=new int[n]
;
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答