s,*t=input().split() print(''.join(s[i]*(str(i)not in t)for i in range(len(s))))