using System;
public class Program
{
public static void Main()
Console.WriteLine((-1.4).ToString("# ### ### ### ###.00"));
}