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