using System; namespace y { class y { static void Main(string[] args) { Console.WriteLine(Console.ReadLine() == "1" ? "No":"YES"); } } }