from collections import Counter as C i = lambda: input().split() i() print(*(C(i()) - C(i())))