API Response (JSON)
{
"problem": {
"name": "Capitalized?",
"description": {
"content": "You are given a non-empty string $S$ consisting of uppercase and lowercase English letters. Determine whether the following condition is satisfied: * The first character of $S$ is uppercase, and al",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc338_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a non-empty string $S$ consisting of uppercase and lowercase English letters. Determine whether the following condition is satisfied:\n\n* The first character of $S$ is uppercase, and al...",
"is_translate": false,
"language": "English"
}
]
}