# You are given a ciphered string, you have to decipher the string. # For example, if the given string is "a2b1c2", then the deciphered string will be "aabcc". # Note: The string contains only ...