import Text.Printf main = do n <- fmap (read :: String -> Double) getLine printf "decimal\n%.15f\n" n