文章

4

粉丝

169

获赞

3

访问

33.8k

头像
人生苦短,我用Python
P1002 兰州大学机试题
发布于2021年1月28日 22:05
阅读数 9.2k

a,b=map(int,input().split())
count = 0
for i in range(a, b+1):
    count+=str(i).count('2')
print(count)
登录查看完整内容


登录后发布评论

暂无评论,来抢沙发