1、数组 int p[1000]; p=new int[1000]; 或者 p=(int*)malloc(1000*sizeof(int)); 来源:https://www.cnblogs.com/h694879357/p/11764223.html 标签 动态