[UVA] 11058 - Encoding
Problem C - Encoding
Time Limit: 1 second
You want to encode a string changing its letters. For each letter in the original string, where a letter is in the range
a-z, you should replace it according to some encoding strategy. But that is not all! Your enco...