public class IntPrecision2
{
	public static void main (String[] args)
	{
		int x = 2147483647;
    		System.out.println(x);
  	}
}
