Ⅰ 编写一个加密函数对一个字符串加密,函数原型为:
char*entropy(char*s){ if(s==0) return0; char*p=(char*)malloc(strlen(s)+1); memset(p,0,strlen(s)+1); char*temp=s; char*temp2=p; while(*temp!='