# import strutils let n, S, T = stdin.readLine var cnt = 0 for i, s in S: (if s != T[i]: cnt += 1) echo cnt