如何使用存储在int变量中的值作为数组的大小
例如。
int a = 40; int b[a]; // a = 40
c++ arrays size int
arrays ×1
c++ ×1
int ×1
size ×1