题解 | #Old Bill#

Old Bill

https://www.nowcoder.com/practice/17a30153e092493e8b4d13f321343927

#include <stdio.h>
#include <stdlib.h>

int main()
{
    int N;
    int x,y,z;
    scanf("%d",&N);
    scanf("%d %d %d",&x,&y,&z);
    int value=0,curr=0;
    int fadedFore=-1,fadedLast=-1;

    for(int maxPos=1;maxPos<10;maxPos++){
        for(int minPos=0;minPos<10;minPos++){

            int price=maxPos*10000+x*1000+y*100+z*10+minPos;
            if (price%N==0){
                curr=price/N;

            if (curr>value){
                value=curr;
                fadedFore=maxPos;
                fadedLast=minPos;
            }
            }
        }
    }
    if(fadedFore==-1||fadedLast==-1){
            printf("0\n");
            return 0;
    }
    
    printf("%d %d %d",fadedFore,fadedLast,value);
}

全部评论

相关推荐

不愿透露姓名的神秘牛友
11-21 17:16
科大讯飞 算法工程师 28.0k*14.0, 百分之三十是绩效,惯例只发0.9
点赞 评论 收藏
分享
10-11 17:30
湖南大学 C++
我已成为0offer的糕手:羡慕
点赞 评论 收藏
分享
10-21 23:48
蚌埠坦克学院
csgq:可能没hc了 昨天一面完秒挂
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务