import strformat, strutils

let
  n = parseFloat stdin.readLine

echo fmt"{n * 1.08:.2f}"