P7583 [COCI 2012/2013 #1] DOM
Description
Given a word that contains only uppercase letters, delete the following nine letters from the word: $\texttt{C,A,M,B,R,I,D,G,E}$.
Input Format
One line with one string, representing the given word.
Output Format
One line with one string, representing the string after deleting the letters.
Explanation/Hint
#### Constraints
For $100\%$ of the testdata, it is guaranteed that $3 \le$ the word length $\le 100$.
#### Notes
The score for this problem is set according to the original COCI problem, with a full score of $50$.
This problem is translated from **[COCI2012-2013 CONTEST #1](https://hsin.hr/coci/archive/2012_2013/contest1_tasks.pdf) _T1 DOM_**.
Translated by ChatGPT 5