using System;
public class Program
{
public static void Main()
int length = int.Parse(Console.ReadLine());
}