5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
|
|
CHECK: run-length encoded input:
|
||
|
|
CHECK-NEXT: (a,3)(b,5)(c,1)(d,2)(e,9)(f,2)
|
||
|
|
CHECK: decoded output:
|
||
|
|
CHECK-NEXT: aaabbbbbcddeeeeeeeeeff
|