n,m = map(int,input().split()) s = input().count('A') t = input().count('A') print(min(s,t)+min(n-s,m-t))