using System;
public class Program
{
public static void Main()
Console.WriteLine((Int32.MaxValue - 1) * (1.0 / (Int32.MaxValue - 1)));
}