n,s = map(int,input().split()) print("Yes" if (s+n-1)//n < 30 and s >= 25 else "No")