#include using namespace std; using ll = long long; #define rep(i,m,n) for(int i=m; i> N; sort(N.begin(), N.end(), greater()); cout << N << endl; return 0; }