a = gets.to_i if (a >= 3) puts 'YES' else puts 'NO' end