n,s=gets.split(" ").map{|e| e.to_i} ans="No" 25.upto(29){|max1| s2=s-max1 ans="Yes" if 0<=s2 && s2<=max1*(n-1) } puts ans