#include int main(){ std::string s;std::cin>>s; std::sort(s.begin(),s.end(),std::greater<>{}); std::cout<