using System;
public class Program
{
public static void Main()
Console.WriteLine((4584.25).ToString("{0:0,0.00}"));
}