public class Main { public static void main(String[] args) throws IOException { BufferedReader bf = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(bf.readLine()); //字符串长度 String a = bf.readLine(); String b = bf.readLine(); System.out.println(help(a , b)); } }