import Text.Printf main = readLn >>= (printf "%.2f" :: Double -> IO ()) . (*1.08)