using System;
public class Program
{
public static void Main()
Console.WriteLine(Math.Round(1.138, 2).ToString());
}