sbool isAnagram(S a, S b) { ret l(a) == l(b) && eqic(sortCharactersIC(a), sortCharactersIC(b)); }