#P7583. Remove Specific Letters
Remove Specific Letters
Remove Specific Letters
Given a word containing only uppercase English letters, remove all instances of the following letters: \(\texttt{C, A, M, B, R, I, D, G, E}\).
inputFormat
The input consists of a single line containing a word formed exclusively by uppercase letters.
outputFormat
Output the resulting word after removing every occurrence of the letters \(\texttt{C, A, M, B, R, I, D, G, E}\).
sample
CAMBRIDGE