题解 | #挑7#

挑7

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

#include <iostream>
#include <string>
using namespace std;

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

全部评论

相关推荐

02-28 01:18
已编辑
南昌大学 后端工程师
后测速成辅导一两个月...:把开源经历放个人项目上边应该更好,就像大部分人都把实习经历放个人项目上边
点赞 评论 收藏
分享
牛客51274894...:照片认真的吗,找个专门拍证件照的几十块钱整端正点吧,要不就别加照片
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务