class Program { static void Main(string[] args) { decimal d = decimal.Parse(Console.ReadLine()); Console.WriteLine(d * Convert.ToDecimal(1.08)); } }