// Design encode/decode of a list of strings into one string and back. // Strategy: prefix each string with its length and a delimiter (e.g., 5#hello).