puts gets.chomp.split('').sort {|x, y| (-1) * (x <=> y) }.*''