Run ID:133625
提交时间:2025-10-19 19:46:29
n,m = input().split() s = m for i in range(n,m+1): if "62" in i or 4 in i: s -= 1 print(s)