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