题解 | #争夺前五名#

争夺前五名

https://www.nowcoder.com/practice/cd052308a1c44a88ad00255f312c3e14

#include<stdio.h>

int main()
{
    int n,score[50]={0};
    scanf("%d",&n);
    getchar();
    for(int i=0;i<50;i++){
        scanf("%d ",&score[i]);
    }
    for(int i=0;i<50-1;i++){
        for(int j=0;j<50-1-i;j++){
            if(score[j]<score[j+1]){
                int temp=score[j];
                score[j]=score[j+1];
                score[j+1]=temp;
            }
        }
    }
    for(int i=0;i<5;i++){
        printf("%d ",score[i]);
    }
    return 0;
}

全部评论

相关推荐

昨天 13:29
已编辑
湖南铁道职业技术学院 后端
小红书 后端选手 n*16*1.18+签字费期权
点赞 评论 收藏
分享
头像
10-22 19:18
上海大学 后端
jopajhhdjwnqk:水印都叠杀人书了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务