input = gets.chomp if input.to_i < 100 puts "Yes" else puts "No" end