""" """ import sys from sys import stdin N,S = map(int,input().split()) if S > N*29: print ("No") elif S < 25: print ("No") else: print ("Yes")