{"raw_statement":[{"iden":"problem statement","content":"You are given a string $S$ consisting of lowercase English letters.  \nRemove all occurrences of `a`, `e`, `i`, `o`, `u` from $S$ and print the resulting string.  \n$S$ contains at least one character other than `a`, `e`, `i`, `o`, `u`."},{"iden":"constraints","content":"*   $S$ is a string of length between $1$ and $100$, inclusive, consisting of lowercase English letters.\n*   $S$ contains at least one character other than `a`, `e`, `i`, `o`, `u`."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"atcoder"},{"iden":"sample output 1","content":"tcdr\n\nFor $S =$ `atcoder`, remove the $1$\\-st, $4$\\-th, and $6$\\-th characters to get `tcdr`."},{"iden":"sample input 2","content":"xyz"},{"iden":"sample output 2","content":"xyz"},{"iden":"sample input 3","content":"aaaabbbbcccc"},{"iden":"sample output 3","content":"bbbbcccc"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}