using System;
public class Program
{
public static void Main()
Console.WriteLine(unchecked(Int32.MaxValue+1));
}