scanf("%d", &a[i]); 要用地址,&a[i]另外 计算平均值,最好用 float型变量, 用 浮点除法,精度高一点。float ave;... ave = sore / 10.0; printf("the ave=%f\n", ave);