a=gets.chomp.chars.to_a.map(&:to_i) c=a.max if a.index(c)!=0 a[a.rindex(c)]=a[0] a[0]=c end puts a*""