a=int(input())
l=[input().split() for i in range(a)]
ll={}
for i in l:
ll[i[0]]=i[1]
ll[i[1]]=i[0]
m,l2=input(),set(input().split())
l3=list(sorted([i for i in l2 if ll.get(i,"0") not in l2]))
print(len(l3))
if len(l3):
print(*l3)
1065 单身狗 (25 分) python ````
最新推荐文章于 2022-11-17 10:28:07 发布