using System;public static class P{public static void Main(){int n = int.Parse(Console.ReadLine());Console.WriteLine($"{n-1} 1");}}