{"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 other than `a`, `e`, `i`, `o`, `u`.\n\n## Constraints\n\n*   $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`.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc315_a","tags":[],"sample_group":[["atcoder","tcdr\n\nFor $S =$ `atcoder`, remove the $1$\\-st, $4$\\-th, and $6$\\-th characters to get `tcdr`."],["xyz","xyz"],["aaaabbbbcccc","bbbbcccc"]],"created_at":"2026-03-03 11:01:14"}}