using System; public class Test { public static void Main() { int x = unchecked((int) 4008636143); Console.WriteLine(x); } }