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