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