int a[n]; scanf("%d",&a[0]);c=0;这段话是啥意思嗷🌚

img

int a[n]; //申明包含n个数字的数组
scanf("%d",&a[0]); //给a数组中第一个数字输入值
c=0; //给c赋值为0