Sobes.tech
Middle

Implement the RLD (run-length decoding) function, which is the reverse of RLE: expand the compressed string by repeating each character the specified number of times; leave single characters unchanged.