from collections import Counter input() print(*(Counter(input().split()) - Counter(input().split())))