using static System.Console;public class a{public static void Main(){int n=int.Parse(ReadLine());WriteLine("0 {0}",n);}}