c,n,m = gets.split n,m = n.to_i, m.to_i n < m ? (a = m)&&(b = n) : a = n n == m ? c.slice!(a) : c.slice!(a).slice!(b) puts c