木小碗


私信TA

用户名:muxiaowan

访问量:2330

签 名:

等  级
排  名 4279
经  验 1729
参赛次数 0
文章发表 12
年  龄 0
在职情况 学生
学  校 南京信息工程大学
专  业

  自我简介:

解题思路:暴力循环,枚举

注意事项:

参考代码:

n = int(input())

s = 0

for i in range(1,n+1):

    if str(i).count('2')!=0 or str(i).count('0')!=0 or str(i).count('1')!=0 or str(i).count('9')!=0:

        s += i

print(s)


 

0.0分

0 人评分

  评论区

  • «
  • »