#import char s[20];int main(){scanf("%[^s]",s);std::sort(s,s+19);s[17]=0;puts(s+16);}