using System;
public class Program
{
public static void Main()
System.Int32 a = System.Int32.Parse("10995116277761111111");
Console.WriteLine(a);
}