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