题解 | #挑7#

挑7

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

#include <iostream>
#include <string>
using namespace std;
int main() {
    int n;
    cin>>n;
    int count = 0;
    for(int i =7;i<=n;i++){
        if(i%7==0){
            count++;
        }
        else if (to_string(i).find('7')!=std::string::npos) {
            count++;
        }
    }
    cout<<count;
    return 0;
}
// 64 位输出请用 printf("%lld")

全部评论

相关推荐

Noob1024:一笔传三代,人走笔还在
点赞 评论 收藏
分享
10-25 23:12
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务