N,S=map(int,input().split()) if S/N>=25 and S/N<=30: print("Yes") else: print("No")