using System;
public class Program
{
public static void Main()
int year = 9999999;
Console.WriteLine(Convert.ToInt16(year));
}