using System;
public class Program
{
public static void Main()
int myInt= 1224545225;
long myLong= myInt;
Console.WriteLine(myLong);
}