n,s = map(int,input().split()) if 25<=s/n<30: print("Yes") else: print("No")