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