API Response (JSON)
{
"problem": {
"name": "UOIAUAI",
"description": {
"content": "Given a lowercase English letter $c$, determine whether it is a vowel. Here, there are five vowels in the English alphabet: `a`, `e`, `i`, `o` and `u`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc049_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a lowercase English letter $c$, determine whether it is a vowel. Here, there are five vowels in the English alphabet: `a`, `e`, `i`, `o` and `u`.\n\n## Constraints\n\n* $c$ is a lowercase English ...",
"is_translate": false,
"language": "English"
}
]
}