int length = 100; int array[length];
得是常量,不能是变量,你可以写成const int length=100;
int array[length];
要是英文的
不能。