gets;gets.split.zip(gets.split).each_with_index{|(a,b),i|puts i,a,b if a!=b}