sS levenSimilarityPercentStr(S a, S b) { int n = max(l(a), l(b)); ret intPercentRatioStr(n-leven(a, b), n); }