收起
float score[n]改为 float *score = (float*)malloc(n*sizeof(float));
排序以后的for循环输出应该是i<n,不能是100啊
报告相同问题?