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