static double lcRepetitiveness(LineCompedSingle lc) { S a = uncompressLineCompedSingle(lc); S b = renderLineCompedSingleWithBrackets(lc); ret doublePercentRatio((l(b)-l(a))/2, l(a)); }