思路:
由于相似具有传递性,则可以直接递归判断
c o d e code code#include#include #include using namespace std; int t; bool campare_(char *s1, char *s2, int len) { for(int i=0; i s2[i]) return 1; else if(s1[i]

思路:
由于相似具有传递性,则可以直接递归判断
c o d e code code#include#include #include using namespace std; int t; bool campare_(char *s1, char *s2, int len) { for(int i=0; i s2[i]) return 1; else if(s1[i]