题解 | #挑7#

挑7

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

import java.util.*;
import java.io.*;
public class Main{
    public static void main(String[] args) throws IOException{
        BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
        String s=null;
        while((s=br.readLine())!=null){
            int n=Integer.valueOf(s);
            int count=0;
            for(int i=7;i<=n;i++){
                count=count+youqi(i);
            }
            System.out.println(count);
        }
    }
    public static int  youqi(int n){
        if(n%7==0) return 1;
        while(n>=7){
            if(n%10==7) return 1;
            n=n/10;
        }
        return 0;
    }
}
全部评论

相关推荐

野猪不是猪🐗:把你的学校加黑,加粗,斜体,下划线,描边,内阴影,内发光,投影,外发光,再上渐变色,居中,放大到最大字号,再把简历里其它内容删了,就行了
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务