n,s = map(int,input().split()) if (s-25) >= n-1 and s/n <= 31: print('Yes') else: print('No')