import sys

a=input().split(" ")
b=input().split(" ")
a.remove(b[0])
print(a)