input = gets(chomp: true) if input[0] == "4" || input[0] == "5" puts "Yes" else puts "No" end