一道C++编程题,动态内存分配

2025-03-20 04:49:58
推荐回答(2个)
回答1:

int *f=new int(n);//f:first第一列
int *s=new int(n);//s:second第二列

数组是这样生成的?

回答2:

你的问题呢?给个代码看什么?