题解 | #挑7#

挑7

http://www.nowcoder.com/practice/ba241b85371c409ea01ac0aa1a8d957b

#include <algorithm>

using namespace std;

bool judge(int x){
    if(x%7==0) return true;
    while(x!=0){
        if(x%10==7) return true;
        x/=10;
    }
    return false;
    
}


int main() {
    int N;
    while(cin>>N){
        bool relation = false;
        int cnt=0;
        
       for(int i = 1;i<=N;i++)
       {
           relation = judge(i);
           if(relation) cnt++;
           
           
       }
        cout<<cnt<<endl;
    }
}
全部评论

相关推荐

今天 11:21
门头沟学院 Java
总包48.5w,意想不到的价格
无情咸鱼王的秋招日记之薛定谔的Offer:R
点赞 评论 收藏
分享
孤寡孤寡的牛牛很热情:为什么我2本9硕投了很多,都是简历或者挂,难道那个恶心人的测评真的得认真做吗
点赞 评论 收藏
分享
威猛的小饼干正在背八股:挂到根本不想整理
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务