class MainClass{ static void Main() { System.Console.WriteLine(42); System.Console.WriteLine(1.618034); }}