#!/usr/bin/python n = raw_input() print ''.join(reversed(sorted(n)))