def ascan; gets.split.map(&:to_i); end s = gets.chomp i,j = ascan s[i],s[j] = s[j],s[i] puts s