using System;
public class Program
{
public static void Main()
var input1 = Console.ReadLine();
Console.WriteLine( "input1" );
}