tcdr

AtCoder
IDabc315_a
Time2000ms
Memory256MB
Difficulty
You are given a string $S$ consisting of lowercase English letters. Remove all occurrences of `a`, `e`, `i`, `o`, `u` from $S$ and print the resulting string. $S$ contains at least one character other than `a`, `e`, `i`, `o`, `u`. ## Constraints * $S$ is a string of length between $1$ and $100$, inclusive, consisting of lowercase English letters. * $S$ contains at least one character other than `a`, `e`, `i`, `o`, `u`. ## Input The input is given from Standard Input in the following format: $S$ [samples]
Samples
Input #1
atcoder
Output #1
tcdr

For $S =$ `atcoder`, remove the $1$\-st, $4$\-th, and $6$\-th characters to get `tcdr`.
Input #2
xyz
Output #2
xyz
Input #3
aaaabbbbcccc
Output #3
bbbbcccc
API Response (JSON)
{
  "problem": {
    "name": "tcdr",
    "description": {
      "content": "You are given a string $S$ consisting of lowercase English letters.   Remove all occurrences of `a`, `e`, `i`, `o`, `u` from $S$ and print the resulting string.   $S$ contains at least one character o",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc315_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "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 o...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments