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