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