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