An anagram of a string s is a string obtained by permuting the letters in s. int anagram (char *a, char *b){. int count [128], j;. for (j = 0; j < ...
確定! 回上一頁