Run ID:86613

提交时间:2024-07-26 23:32:09

n,m=map(int,input().split()) res=0 for x in range(n,m+1): if "4" in str(x) or "62" in str(x): res+=1 print(m-n+1-res)