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