a, b = read_line.split.map(&.to_i) puts 2*Math.log(a, 2) < Math.log(b, 2) ? "Yes" : "No"