# 入力された値を文字列で受け取る input = gets.chomp if 400 <= input.to_i && input.to_i < 600 puts "Yes" else puts "No" end