using System;
public class Program
{
public static void Main()
var a = 2147483648;
int b = 2147483647;
Console.WriteLine(a);
Console.WriteLine(b);
}