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