import Text.Printf (printf) main :: IO () main = (printf "%.3f\n") . (* 1.08) . (read :: String -> Double) =<< getLine