题解 | #3和5#

3和5

https://ac.nowcoder.com/acm/problem/22189

import java.util.Scanner;

public class Main{
    public static void main(String[] args){
        Scanner scan = new Scanner(System.in);
        int n = scan.nextInt();
        for(int i = 1; i <= n; i++){
            int num = i;
            if(num % 3 == 0){
                while(num != 0){
                    if(num % 10 == 5){
                        System.out.println(i);
                        break;//不加如果该数数位上有多个5会多次打印
                    }
                    num /= 10;
                }
            }
        }
    }
}
全部评论

相关推荐

11-27 17:08
已编辑
牛客_产品运营部_私域运营
腾讯 普通offer 24k~26k * 15,年包在36w~39w左右。
点赞 评论 收藏
分享
三年之期已到我的offer快到碗里来:9硕都比不上9本
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务