#include using namespace std; char S[1001],T[1001]; int main() { int N; scanf("%d",&N); scanf("%s %s",S,T); int sum=0; for(int i=0;i