using System;
public class Program
{
public static void Main()
long x = 999999999;
Console.WriteLine(x);
}