#include"string.h"void swap(int n,char **str){ char *tmp; int i,j,k; for(i=1;i<n;i++){ k=i; for(j=i+1;j<n;j++){ if(strcmp(...
阅读全文
2009
01-03