#include char s[20];int main(){std::cin.get(s,20);std::sort(s,s+19);s[17]=0;puts(s+16);}