API Response (JSON)
{
"problem": {
"name": "αlphabet",
"description": {
"content": "An uppercase or lowercase English letter $\\alpha$ will be given as input. If $\\alpha$ is uppercase, print `A`; if it is lowercase, print `a`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc171_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "An uppercase or lowercase English letter $\\alpha$ will be given as input. If $\\alpha$ is uppercase, print `A`; if it is lowercase, print `a`.\n\n## Constraints\n\n* $\\alpha$ is an uppercase (`A` - `Z`) ...",
"is_translate": false,
"language": "English"
}
]
}