API Response (JSON)
{
"problem": {
"name": "Tautonym Puzzle",
"description": {
"content": "We will call a string $x$ _good_ if it satisfies the following condition: * Condition: $x$ can be represented as a concatenation of two copies of another string $y$ of length at least $1$. For exa",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc012_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We will call a string $x$ _good_ if it satisfies the following condition:\n\n* Condition: $x$ can be represented as a concatenation of two copies of another string $y$ of length at least $1$.\n\nFor exa...",
"is_translate": false,
"language": "English"
}
]
}