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