def l;gets.split end;n=gets;a=l.zip l;n.hex.times{|i|b,c=a[i];puts -~i,b,c if b!=c}