import Data.List main :: IO () main = putStrLn =<< reverse . sort <$> getLine