晚风


私信TA

用户名:uq_24611172404

访问量:2491

签 名:

等  级
排  名 5234
经  验 1572
参赛次数 0
文章发表 35
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

n=int(input())

cnt=0

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

    t=str(i)

    if t.count('2')>0 or t.count('0')>0 or t.count('1')>0 or t.count('9')>0:

        cnt+=i

print(cnt)


 

0.0分

0 人评分

  评论区

  • «
  • »