#include using namespace std; using Int = long long; //INSERT ABOVE HERE signed main(){ string s; cin>>s; sort(s.rbegin(),s.rend()); cout<