int k=8;
float distance[k];
int student[10*3];
#define N 20
char prices[N];
double score[3][4];
在数组定义中,不能以整型变量k来说明数组长度。