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