import strutils let n,s,t = stdin.readLine.split for i,v in s: if v != t[i]: echo $(i+1),"\n",v,"\n",t[i]