gets a1 = gets.split a2 = gets.split p (i = (a = a1.zip(a2)).index{ |a| a.uniq.size == 2 }) + 1 puts a[i]