a,b=map(int,input().split()) ans=3 for i in [23,24,25]: if a<=i and i<=b: ans-=1 print(ans)