import Control.Applicative import Data.List main :: IO () main = do s <- getLine putStrLn $ reverse $ sort s