using System;
public class Program
{
public static void Main()
Console.WriteLine(14.237260.ToString("0.000'.'000"));
}