n=gets.to_i a,b=$<.map &:split n.times{|i|a[i]!=b[i]&&(puts i+1,a[i],b[i])}