N=input() S=input().split() T=input().split() i=0 while S[i] == T[i]: i+=1 print(i+1,S[i],T[i],sep='\n')