#! ruby # yukicoder My Practice # author: Leonardone @ NEETSDKASU s, t, u = gets.chomp.split s[t.to_i] = ' ' s[u.to_i] = ' ' puts s.split*""