aaa函数应该这样声明:int aaa(const char* str1,const char* str2),你这是字符串指针根本没学明白,同样,后面的代码也要跟着改,写的不对。
int aaa(const char* str1,const char* str2)