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"
}
]
}