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