#include using namespace std; int main(){char s[20];fgets(s,20,stdin);sort(s,s+20);cout<