n = gets.to_i s = gets.chomp t = gets.chomp puts n.times.count { |i| s[i] != t[i] }