s,t,u = input().split() t=int(t) u=int(u) if t>u: s=s[0:u]+s[u+1:t]+s[t+1:] elif t