为了账号安全,请及时绑定邮箱和手机立即绑定

为什么不对,求解答

#include <stdio.h>
int abc()
{
    int  score[10]={67,98,75,63,82,79,81,91,66,84};
    int sum,i;
    float avr;
    for(i=0;i<9;i++)
    sum+=score[i];
    avr=sum/10;
    printf("zong%d\n",sum);
    printf("pin%f\n",avr);
    return 0;
   
}

int de()
{
    int score[10]={67,98,75,63,82,79,81,91,66,84};
    int k,h,temp;
    for(k=9;k>0;k--)
    {
        for(h=0;h<=k;h++)
        {
            if(score[h]<score[h+1])
            {temp=score[h+1];
            score[h+1]=score[h];
            score[h]=temp;
            
   
            }
        }
    }
    printf("jiangxu%d\n",score[h]);
    printf("max%d\n",score[0]);
    printf("lii%d\n",score[9]);
    return 0;
}


int main()
{abc();
de();
   
    return 0;
}


正在回答

1 回答

#include <stdio.h>

你这个空格可能是全角的 换成半角的或者去掉就可以了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么不对,求解答

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信