svoid lcPrintSubstrings(LineCompedSingle lc) { int n = lc.nItems(); for i to n: print(i + ": " + lcUncompressItem(lc, i)); print(uncompressLineCompedSingle(lc)); }