s, t, u = gets.chomp.split(' ') t = t.to_i u = u.to_i s[t] = ' ' s[u] = ' ' unless t == u s.gsub! ' ', '' puts s