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