L, R = map(int, input().split()) ans = 0 if L < 296 <= R: ans += 1 if L < 417 <=R: ans += 1 print(ans)