N,S = map(int, input().split()) flo = (S-N+1) cei = (S+N-1)//N #30NG if flo >= 25 and cei < 29: print("Yes") else: print("No")