#include #include #include #include int main(void) { int strlength,difcnt=0; char str1[30]=""; char str2[30]=""; scanf("%d",&strlength); scanf("%s",str1); scanf("%s",str2); for(int i=0;i