class Program { static void Main(string[] args) { int result = int.Parse(Console.ReadLine()!); Console.WriteLine(result / 2 + " " + 2); } }