Run ID:72292
提交时间:2024-05-04 18:26:48
a,b,c = map(int,list(input())) ma = max([a,b,c]) mc = min((a,b,c)) mb = a+b+c - (ma+mc) print(ma*100+mb*10+mc)