input() S=input().split() T=input().split() A=S.index((set(S)-set(T)).pop()) print(A+1) print(S[A]) print(T[A])